Jump to content

command line options


alanjshort

Recommended Posts

Hi

 

I am unable to find a listing of the command line options for use with pixillion on a windows mobile platform.

 

I want to call pixillion from my application and have it automatically convert from either bmp, jpg or png to pcx so that I might send a graphic file to a CPCL language printer, which accepts only pcx.

 

Please advise where I might find a listing of the commands and / or a manual.

 

Thanks

Link to comment
Share on other sites

  • 2 years later...
  • 6 months later...
  • 2 years later...

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

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...