bbbngowc Posted September 16, 2006 Posted September 16, 2006 I would like to put the CD/DVD in the CD/DVD Rom Drive and have the wpi.hta file open automatically. I've added the "autorun.ini" file, but that just opens the CD, it does not execute the wpi.hta file
blinkdt Posted September 18, 2006 Posted September 18, 2006 Yeah, autorun won't work with an .hta file. You're going to need a tool like Tarma Software's AutoRun.exe to make it happen. My AUTORUN.INF file looks like this:[autorun]open=autorun.exe -q2 -x -w wpi\WPI.htaicon=wpi.ico[autorun.tarma]run1=AutoIt3.exe finish.au3run2=AutoIt3.exe eject.au3Posted some comments on Tarma's tool (including a like to the Tarma site but you could as easily Google it) in the WPI forum awhile back, you may want to search there.
bbbngowc Posted September 18, 2006 Author Posted September 18, 2006 No wonder mine didn't work. All I had is:[AutoRun]ShellExecute=wpi.htaICON=WPI.ICOI'll give your tip a go. Thanks!
muiz Posted September 19, 2006 Posted September 19, 2006 (edited) No wonder mine didn't work. All I had is:[AutoRun]ShellExecute=wpi.htaICON=WPI.ICOI'll give your tip a go. Thanks! [AutoRun]ShellExecute=WPI2\wpi.htaICON=xp.ICOMine points to a 2nd WPI.hta , and works fine like this. Edited September 19, 2006 by muiz
sahiln15 Posted May 8, 2010 Posted May 8, 2010 No wonder mine didn't work. All I had is:[AutoRun]ShellExecute=wpi.htaICON=WPI.ICOI'll give your tip a go. Thanks! [AutoRun]ShellExecute=WPI2\wpi.htaICON=xp.ICOMine points to a 2nd WPI.hta , and works fine like this.i use this trick but mine is not work...???help please
submix8c Posted May 8, 2010 Posted May 8, 2010 Have you tried making a BAT/CMD that STARTS the hta and point AUTORUN to it? This is the way the UBCD98SE did it (no more info on that can be found here any more).
Kelsenellenelvian Posted May 10, 2010 Posted May 10, 2010 WPI v8 now no longer uses a hta file...It now uses a normal .exe file.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now