Passing parameters from a application to a batch file -
04-01-2005
, 03:49 PM
Problem
I'm looking for the way to process a parameter passed from a X aplication to
a Y batchfile.
Details
The application was develop using delphi and call the batch file when finish
the process of some task. The delphi application pass the local path to the
batch file.
I make a batch file that open notepad only to make sure that the aplication
is calling the batch file, but when I make others test like @ECHO %1 that
supose to show the parameter that the application is passing I get nothing.
Any help? Or another way to do this using window scriptin, javascript or
other scripting language I will apriciate. |