CloudCUBE Posted January 5, 2013 Share Posted January 5, 2013 (edited) Can user set variables for scripting be added. For example if i wanted to zip someones minecraft world folder i would create a custom script using 7zip my command would be as follows. C:\modules\zip\7za.exe a "C:\TCAFiles\Users\%ThisUser_UserName%\%ThisService_ServiceId%\world_backup.zip" "C:\TCAFiles\Users\%ThisUser_UserName%\%ThisService_ServiceId%\world The problem here is not everyone has their folder named 'world' as its defined in level-name= would it be possible to have some sort of configuration editor to submit user set variables for example. C:\modules\zip\7za.exe a "C:\TCAFiles\Users\%ThisUser_UserName%\%ThisService_ServiceId%\world_backup.zip" "C:\TCAFiles\Users\%ThisUser_UserName%\%ThisService_ServiceId%\%UserSet_Custom1% This could be used for so many things such as defining your level-name or entering FTP details to have contents uploaded to an external server after zipping etc. Edited January 5, 2013 by CloudCUBE Link to comment Share on other sites More sharing options...
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