Hi guys am trying to make my mobile phone's memory stick autostart a program when its detected using a Autorun.inf script.
Currently it looks like this
The setup.CMD looks like this
But it will not work! The Icon will show but it will not start the batchfile to run the program.
Any ideas?
Currently it looks like this
Code:
[AutoRun]
Icon=pod.ico ,0
Open=setup.cmd
The setup.CMD looks like this
Code:
@echo off
"c:\program files\MyPhoneExplorer\myphoneexplorer.exe"
exit
But it will not work! The Icon will show but it will not start the batchfile to run the program.
Any ideas?