ScriptFu Posted October 31, 2012 Posted October 31, 2012 (edited) I've tried many different variations, and i still cannot get it to run. Run('"C:Program Files (x86)GnuWin32bingzip.exe" "C:UsersfpDownloads "' & "'" & $sLatestFile & "'") I am trying to compress a file ($LatestFile). It works when I hard code the path WITH the filename, but not when i pass the filename in a variable. Thoughts? Thanks. Edited October 31, 2012 by ScriptFu
Developers Jos Posted October 31, 2012 Developers Posted October 31, 2012 (edited) try: Run('"C:Program Files (x86)GnuWin32bingzip.exe" "C:UsersfperrottaDownloads' & $sLatestFile & '"') or tell us what the commandline should look like when hardcode. Jos Edited October 31, 2012 by Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
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