Jump to content

Recommended Posts

Posted

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.


Posted (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 by Pliek
Posted (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: /delete

net use x: \\server\wpi

x:

WPI.hta

c:

net use x: /delete /Y

Edited by Telenut

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...