You are here

.bat

2 posts / 0 new
Last post
Fadysa
Offline
Last seen: 7 years 1 month ago
Joined: 2017-02-01 10:04
.bat

hi! Can you help me? I have a question. I want to do that before starting exe launcherI(portables programs) file runs as 1 bat and after closing as 2 bat?

YoursTruly
YoursTruly's picture
Offline
Last seen: 2 years 2 months ago
Joined: 2015-08-07 07:58
If you rename th 2nd *.bat

If you rename th 2nd *.bat file into cmd (syntax from bat can be used, but handling in windows is different between bat and cmd) you can add the following call in first bat file:

cmd /K "PATH_TO_YOU_CMD" %*

Log in or register to post comments