Ian
Administrator
- Joined
- Feb 23, 2002
- Messages
- 19,878
- Reaction score
- 1,509
For those that used DOS years ago, batch files (.bat) were really handy little scripts that you could run to perform quick tasks.
I thought I'd seen the last of them years ago, however I've spent a couple of hours making & testing a backup script for the server which automates the last thing I had to do manually. It's easy to forget how powerful batch files can be!
This thing lets me zip up all the files on the server, name them by date, FTP them to a remote server and clean up the temp files that are left over. All in about 15 lines
I forgot how much I like using DOS!
I thought I'd seen the last of them years ago, however I've spent a couple of hours making & testing a backup script for the server which automates the last thing I had to do manually. It's easy to forget how powerful batch files can be!
This thing lets me zip up all the files on the server, name them by date, FTP them to a remote server and clean up the temp files that are left over. All in about 15 lines
I forgot how much I like using DOS!