I use batch files to run several utilities, including FreeFileSync, from a USB flash drive.
The batch files sit in the root folder of the USB drive. The utilities are in \UTILS\ProgramName folders. Contents of batch file is as follows:
@echo off
cd /d %~dp0
cd \UTILS\FreeFileSync
START /b ...
Search found 1 match
- 04 Apr 2015, 11:14
- Forum: General Discussion
- Topic: BUG: Starting FreeFileSync.exe from another process yields Error Code 32
- Replies: 66
- Views: 30254