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: gMKVExtractGUI (June 3, 2025), Platform 30.0.2 (Mar 27, 2025)
1,100+ portable packages, 1.2 billion downloads
Ad Free! Please donate today
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" %*