Forum Discussion
NatalieHill
Aug 03, 2024Copper Contributor
Sure, here is a re-written title/nexec in a batch file:```bat@echo offtitle My Batch Fileecho Hello,
Is it feasible to include an executable in a batch file directly? I possess a number of applications stored on a USB drive that I wish to execute from a batch file, enabling me to run them on any com...
Minason
Aug 28, 2024Copper Contributor
Ensure that the applications you are executing do not require installation or additional dependencies that are not also on the USB drive.