I am confused with the online documentation on running a batch file from in a TS. Basically, I am installing a software using batch file.
My package source contains: app.exe, configfile.ini, regfix.reg, INSTALL.bat.
I'd like to create a program to just run the bathc file which works on the config files & exe. So after some online ref. I used below format but it does not work.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.
Hi,
I am confused with the online documentation on running a batch file from in a TS. Basically, I am installing a software using batch file.
My package source contains: app.exe, configfile.ini, regfix.reg, INSTALL.bat.
I'd like to create a program to just run the bathc file which works on the config files & exe. So after some online ref. I used below format but it does not work.
commandline: %~dp0INSTALL.bat
Any ideas?
Share this post
Link to post
Share on other sites