Jump to content

Recommended Posts

Posted

I have a small script that worked in win 7 32 bit, but failed in win 8.1 64 bit. I'm using 64 bit autoit3 now.

The line that have error is very simple, I can't think of why it should not work:

RunWait("unzip e:\t.zip -d e:\t")

I have unzip in my path, the "unzip e:t.zip -d e:t" command will execute in command line if inputed manually.

What have been going wrong? Do I need to install the 32 bit autoit?

Posted (edited)

Thanks, I added the full path (without WORKDIR) and it worked. Though I'm curious about this, because unzip is in my system path and the script has been working in win7 32 before.

Edited by dracodoc

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
×
×
  • Create New...