Jump to content

gary crosby

Members
  • Posts

    1
  • Joined

  • Last visited

gary crosby's Achievements

Novice

Novice (1/7)

0

Reputation

  1. I too have been trying to use the command line options, from classic ASP In help there are examples, but my code doesn't work. It might be an authority issue, but I can't tell if it is. go to help and click on Using the Pixillion Command-line Tool modified one of the examples, and added it to my code but it doesn't work: execpgm = path and program name, " add " with path and file name of file to be converted, plus "OutputFormat TIFF Convert Exit " Dim wShell Dim execpgm set wshell = Server.CreateObject("WScript.Shell") wShell.run execpgm, , True set wshell = nothing
×
×
  • Create New...