1.

Solve : Running Windows Program from Batch File?

Answer»

I am having trouble running a windows program from a batch file. I am able to call the program from my batch file, but it will not run the command file in the windows program. At the BOTTOM of this note is the batch file I am TRYING to execute. Note. My goal is to automate the process so that I don't have to sit at the computer each time I want the program to run.
Thank you,
Kuerten

start /wait C:\progra~1\bilogmg\BLMWin.exe E:\IRT\ex1.BLM
start /wait C:\progra~1\bilogmg\BLMWin.exe E:\IRT\ex2.BLMBatch file helpOk! I have tried reviewing the Batch File help listings and I am still having trouble Running a Windows Program from a Batch File. I am able to call the Program from my Batch File, but it will not run the command File in the Windows Program. At the bottom of this note is the Batch File I am trying to execute. Note. My goal is to automate the process so that I don't have to sit at the computer each time I want the Program to run.
Thank you,
Kuerten
P.S.
I am able to MAKE the same batch file listed below work with programs that are DOS based, but I can't get the batch file to actually run a windows program which are not DOS based. How can I get around this poblem?

start /wait C:\progra~1\bilogmg\BLMWin.exe E:\IRT\ex1.BLM
start /wait C:\progra~1\bilogmg\BLMWin.exe E:\IRT\ex2.BLMIs there any error messages that display after you run the batch file?

[glb]Gizmo73[/glb]Are you saying that you can't get C:\progra~1\bilogmg\BLMWin.exe to run or that it won't read the E:\IRT\ex1.BLM file?

Not all programs are WRITTEN to accept parameters from the command line.



Discussion

No Comment Found