| 1. |
Solve : how to pass filename as parameter in a folder? |
|
Answer» I would like to pass the filename in a specific FOLDER as a parameter to run a process. May I know how to write the script.If you mean the file name of the batchfile, it is %0 in the script. |
|