BigBadWeirdo Posted June 25, 2005 Posted June 25, 2005 Hi i'm just new with AutoIt so i don't really know how to do this. I need a script that automaticly can rar files, I made a GUI with the folder input, the name output, and the part-size, and now I was wondering how to rar the files in the input folder without the WinRAR window to be active, cause else you can do nothing with your PC anymore. Someone help me?
Rex Posted June 25, 2005 Posted June 25, 2005 (edited) Hi i'm just new with AutoIt so i don't really know how to do this. I need a script that automaticly can rar files, I made a GUI with the folder input, the name output, and the part-size, and now I was wondering how to rar the files in the input folder without the WinRAR window to be active, cause else you can do nothing with your PC anymore. Someone help me?<{POST_SNAPBACK}>You can do a run with @sw_hide this will hide the rar windowRun(@ProgramFilesDir & '\winrar\winrar.exe a -m5 -y "Archive name.rar"' & '" File to compress"', @ProgramFilesDir & "\winrar\", @SW_HIDE) Edited June 25, 2005 by Rex
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