Jump to content

VBS Script in WPI


Recommended Posts

Good afternoon:

 

Somebody could help me?

 

I have WPI and add portable software, i make folder and inside put the portable software folder and vbs script.

 

The vbs script for copy the portable software folder to program files folder and later create icon acces in desktop, everything work fine but...........

 

When I run the WPI and select the portable and start, it don't work.

 

How can I run the vbs script?

 

This is the script in config.js file:

 

prog[pn]=['Beyond Compare v4.0.7 build 19761'];
uid[pn]=['BeyondComparev407'];
dflt[pn]=['yes'];
forc[pn]=['no'];
bit64[pn]=['no'];
cat[pn]=['PORTABLES'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%E:\\Install\\PORTABLES\\Beyond Compare v4.0.7 build 19761\\Copiar.vbs"'];
desc[pn]=['Programa para comparar carpetas y archivos.'];
pn++;
 
Link to comment
Share on other sites


  • 2 months later...

 

cmds[pn]=['"%wpipath%E:\\Install\\PORTABLES\\Beyond Compare v4.0.7 build 19761\\Copiar.vbs"'];

 

 

Why are you using %wpipath% when you specify the actual path? Do you have a folder named E: inside the WPI Folder?

Edited by Dragonsys
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...