antmar904 Posted July 25, 2013 Posted July 25, 2013 hi all, i am trying to unzip a file called "sav32sfx.exe" located at @scriptdirfilesCLIsav32sfx.exe i want to unzip it in the same directory unzip.exe is located here: @scriptdirfilesUnzipunzip.exe here is the current CMD syntax using a batch but i cant seem to get it with autoit: CMD: filesUnzipunzip.exe -joq filesCLIsav32sfx.exe -d filesCLI My autoit script: RunWait ( @ScriptDir & '\files\Unzip\unzip.exe -joq' & @ScriptDir & '\files\CLI\sav32sfx.exe -d' & @ScriptDir & '\files\CLI') thanks in advance
Solution orbs Posted July 25, 2013 Solution Posted July 25, 2013 add a whitespace after the -joq and after the -d Signature - my forum contributions: Spoiler UDF: LFN - support for long file names (over 260 characters) InputImpose - impose valid characters in an input control TimeConvert - convert UTC to/from local time and/or reformat the string representation AMF - accept multiple files from Windows Explorer context menu DateDuration - literal description of the difference between given dates WinPose - simultaneous fluent move and resize Apps: Touch - set the "modified" timestamp of a file to current time Show For Files - tray menu to show/hide files extensions, hidden & system files, and selection checkboxes SPDiff - Single-Pane Text Diff Magic Math - a math puzzle Demos: Title Bar Menu - click the window title to pop-up a menu
antmar904 Posted July 25, 2013 Author Posted July 25, 2013 wow i cant believe that's all it was, ty orbs
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