P
Peter Osawa
Hi,
I'm trying to make a simple backup script:
SET INPUT = C:\MYPROJECTS
SET OUTPUT = R:\BACKUP\USERS
xcopy %INPUT% %OUTPUT% /S /C /H /R /O /Y
But it appears as INPUT and OUTPUT are empty ...
What am I missing ?
Any good tutorial about making batch scripts for Windows 2K/XP ?
TIA
I'm trying to make a simple backup script:
SET INPUT = C:\MYPROJECTS
SET OUTPUT = R:\BACKUP\USERS
xcopy %INPUT% %OUTPUT% /S /C /H /R /O /Y
But it appears as INPUT and OUTPUT are empty ...
What am I missing ?
Any good tutorial about making batch scripts for Windows 2K/XP ?
TIA