Trying to rar file but encountering issues
Posted: August 22nd, 2010, 12:03 am
So I'm trying to rar a file after post processing but it seems to not be able to rar the filename because of spaces,
I've tried some different things and tried encapsulating the var in '' and "
ex: rar -m0 a $1.rar $1/
Basically trying to run this command and then if possible move the file to a desired local location,
Any help would be appreciated.
I've tried some different things and tried encapsulating the var in '' and "
ex: rar -m0 a $1.rar $1/
Basically trying to run this command and then if possible move the file to a desired local location,
Any help would be appreciated.