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...
Ostarari
Aug 23, 2024Iron Contributor
On some computers, particularly those with strict security policies (like work or public computers), running executables from a USB may be restricted.