September 16, 200619 yr 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
September 18, 200619 yr 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.
September 18, 200619 yr Author No wonder mine didn't work. All I had is:[AutoRun]ShellExecute=wpi.htaICON=WPI.ICOI'll give your tip a go. Thanks!
September 19, 200619 yr 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, 200619 yr by muiz
May 8, 201016 yr 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
May 8, 201016 yr 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).
Create an account or sign in to comment