killernick Posted April 12, 2007 Author Posted April 12, 2007 (edited) i change my autorun.cmd like this but it is still not working ......can anyone help?note:ive add XP_InstallDVD.txt into my dvd@echo offtitle loadingecho ================================================================echo loading the menuecho ================================================================echo press any key to continuepausefor /f "delims=: tokens=1" %%i in ("%~dp0") do set drive=%%i:FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\XP_InstallDVD.txt SET CDROM=%%i:set wpipath=%cdrom%\WPISET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %KEY%\999 /V 1 /D "%wpipath%\WPI.hta" /fstart WPI\WPI.htaexit Edited April 12, 2007 by killernick
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