[Feature Suggestion] Autoexec for USB drive
After installing PNotes I realized the need for a launcher that runs besides PAM also other applications each time I insert the USB drive. The proposed method for this is to use a batch file on the drive which is launched by Autorun.inf. In this file you type the commands you want to be run after or before PAM is launched and of course you must think of running PAM itself. This worked fine just by replacing following line in autorun.inf:
Open=PortableApps.exe
with:
Open=Autoexec.bat
and the file Autoexec.bat looks like this:
autoexec.bat
============
@echo off
- Read more about [Feature Suggestion] Autoexec for USB drive
- Log in or register to post comments