Telenut Posted September 6, 2006 Posted September 6, 2006 How can I test the new version of wpi?To test the older versions, I used to assign a drive letter to the share where I have al the files and software.Now that does not seems to work any more.Some tips to solve this?I have used the %CDROM% variable in the scripts.
Pliek Posted September 7, 2006 Posted September 7, 2006 (edited) How can I test the new version of wpi?To test the older versions, I used to assign a drive letter to the share where I have al the files and software.Now that does not seems to work any more.Some tips to solve this?I have used the %CDROM% variable in the scripts.First start using %wpipath%Then you can start WPI with WPI.hta in the WPI folder manually from the path at your Harddisk.Example:cmd1[pn]=['%wpipath%WPI\install\emule\eMule0.47a.exe /S']; Edited September 7, 2006 by Pliek
Telenut Posted September 7, 2006 Author Posted September 7, 2006 (edited) thx!Works perfect by replacing %CDROM% with %wpipath% in my config file.Now I have te make it work on a networkdrive :-)edit:I could make it work with this script:net use x: /deletenet use x: \\server\wpix:WPI.htac:net use x: /delete /Y Edited September 7, 2006 by Telenut
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