Jump to content

wpi 5.6 cant work!


Recommended Posts

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 off

title loading

echo ================================================================

echo loading the menu

echo ================================================================

echo press any key to continue

pause

for /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%\WPI

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY%\999 /V 1 /D "%wpipath%\WPI.hta" /f

start WPI\WPI.hta

exit

Edited by killernick
Link to comment
Share on other sites


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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...