Jump to content

bug in extract command ?


Recommended Posts

i think i have found a bug ?

i start my wpi by using a startwpi.cmd by copying it to $OEM$\$Docs\All Users\Start Menu\Programs\Startup. in my install cd (so that the wpi starts with the desktop loaded)

EDIT : Does the same if i start it from any cmd file

startwpi.cmd=

cmdow @ /hid

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:\win51ip.SP2 (SET CDROM=%%I:& GOTO DONECD)

:DONECD

%CDROM%\WPI\WPI.hta

EXIT

everything seems fine but when i run a %extract% "%CDROM%\Installs\CCleaner\CCleanerPortable.7z" "%SystemDrive%\Utilities" command

i get a error saying

SCRIPT: D:\WPI\WPIScripts\ExtractToPath.vbs

LINE: 20

Char: 1

Error: The system cannot find the file specified

CODE: 80070002

This only happends if i run the startwpi.cmd to start the wpi, it does NOT happen if i run the wpi.hta file itself by double clicking on it.

i dont think i am doing anything wrong ?? or am i ?

please can someone help me with this ? my work willl be finished if i can fix this problem ?

EDIT: i changed the path to "%wpipath%\Installs\CCleaner\CCleanerPortable.7z and still the same problem

Edited by sT0n3r
Link to comment
Share on other sites


  • 5 months later...
Try launching the hta using mshta.exe.

mshta.exe %CDROM%\WPI\WPI.hta

This doesn't work either.

I've never used the ExtractToPath feature until now but my setup seams to bomb out with the same error unless I launch WPI by clicking WPI.hta.

Anyone have any idea?

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