Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- EndLocal
- SetLocal EnableDelayedExpansion
- set currtime=%TIME%
- set hours=!currtime:~0,-9!
- set minutes=!currtime:~3,-6!
- set seconds=!currtime:~6,-3!
- set centiseconds=!currtime:~9!
- set filename=__full-%DATE%-%hours%_%minutes%_%seconds%.%centiseconds%
- misc\7za a -t7z backups\"%filename%".7z *.vmf *.qc ..\hl2\modelsrc ..\hl2\materialsrc prefabs *.rad *.lst ..\hl2\scripts -mx9
- EndLocal
- pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement