Forum Discussion

NatalieHill's avatar
NatalieHill
Copper Contributor
Aug 03, 2024

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.

  • Minason's avatar
    Minason
    Copper Contributor
    Ensure that the applications you are executing do not require installation or additional dependencies that are not also on the USB drive.
  • Ostarari's avatar
    Ostarari
    Iron Contributor
    On some computers, particularly those with strict security policies (like work or public computers), running executables from a USB may be restricted.

Resources