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: DesktopSnowOK (Jan 6, 2025), Platform 29.5.3 (Jun 27, 2024)
1,100+ portable packages, 1.1 billion downloads
No Ads Nov/Dec/Jan!, 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" %*