MaMister
12-26-2003, 02:09 AM
Hi,
I have created a simple batch file to backup my folder, using win98.
Here is how it looks like:
md e:\test
copy C:\My Documents\*.* e:\test
It works fine but I want to be more advance like adding date to the backup drive and compress the files.
Tried the date thing but didn't work :
md e:\test %yyyy%-%mmm%-%dd%
copy C:\My Documents\*.* e:\test %yyyy%-%mmm%-%dd%
Anyone ?
I have created a simple batch file to backup my folder, using win98.
Here is how it looks like:
md e:\test
copy C:\My Documents\*.* e:\test
It works fine but I want to be more advance like adding date to the backup drive and compress the files.
Tried the date thing but didn't work :
md e:\test %yyyy%-%mmm%-%dd%
copy C:\My Documents\*.* e:\test %yyyy%-%mmm%-%dd%
Anyone ?