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?
New: Blender LTS (Nov 14, 2023), Platform 27 Beta 1 (Nov 26, 2023)
450+ real apps (49GB), 1.1 billion downloads, Please donate.
Now Accepting Wire Transfers, Testing Ad Placements
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" %*