U
UJ
I got help from somebody here telling me how to run a DOS command using the
process variable. Problem for me is that I need to be able to pass
parameters to the program - multiple parameters at that. When I run the full
command line, which looks something like:
"C:\Program Files\ABC Amber Text2Image Converter\abct2img.exe"
"C:\LeftPanel.htm" "C:\LeftPanel.jpg" 0 5"
If I run the command from a command prompt it works fine. But if I run it
through the process command is get an exception with a "The system cannot
find the file specified" error.
Anybody have any ideas on what I can do?
Could I create a batch file and run that?
TIA - Jeffrey.
process variable. Problem for me is that I need to be able to pass
parameters to the program - multiple parameters at that. When I run the full
command line, which looks something like:
"C:\Program Files\ABC Amber Text2Image Converter\abct2img.exe"
"C:\LeftPanel.htm" "C:\LeftPanel.jpg" 0 5"
If I run the command from a command prompt it works fine. But if I run it
through the process command is get an exception with a "The system cannot
find the file specified" error.
Anybody have any ideas on what I can do?
Could I create a batch file and run that?
TIA - Jeffrey.