GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 134.29.175.74 / Your IP : 216.73.216.160 Web Server : nginx/1.10.2 System : Windows NT CST-WEBSERVER 10.0 build 19045 (Windows 10) i586 User : Administrator ( 0) PHP Version : 7.1.0 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /nginx/html/JimMartinson/_Archive/CST1861/Lab04/backup/ |
Upload File : |
@echo off :: 2xsave.cmd :: Written by: :: Written on: :: Test if command line extensions are enabled. if "%~1"=="~1" goto:ExtensionsAreNotEnabled :: Display help when the /? parameter is passed. if NOT "%~1"=="/?" goto SkipHelp :Help ::Display help echo echo This is an automatic realtime backup program! echo. echo When activated, this script automatically saves a copy of any file that is saved echo to a specified monitored source(s) to a specified target(s) on remote/removable echo storage (when available). echo. echo During the initial verification stage and large capacity saves, system performance echo may diminish unacceptably. echo. echo When the file already exists, the most recently modified version is saved/retained echo on the target. echo. echo Usage: %~n0 [/a|/k] [/p] [/s^|/d^][source_path] [/t^|/r^][target_path] [/l][source_path][target_path] echo. echo /a = activate the program echo /k = kill (deactivate) the program echo /p = pause the program echo /l = link a source to a target echo /s = add a source echo /d = delete a source echo /t = add a target echo /r = remove a target echo. goto:EOF :ExtensionsAreNotEnabled echo Command line extensions are not enabled. They must be enabled for %~n0 to work properly. echo %~n0 aborted. echo. goto:Help :SkipHelp :: NOTES: :: /a should not ever be allowed with /k or /p :: /s should not ever be allowed with /d :: /t should not ever be allowed with /r :: If the dir_path is already on the list, do not add it. :: If there is an error display help as well. ::