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 computer without installing them on each individual machine.
- MinasonCopper ContributorEnsure that the applications you are executing do not require installation or additional dependencies that are not also on the USB drive.
- OstarariIron ContributorOn some computers, particularly those with strict security policies (like work or public computers), running executables from a USB may be restricted.