Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Simple Batch Script
Name: Ted. Date: April 10, 2009 at 23:29:05 Pacific OS: Microsoft Windows XP Home Edition CPU/Ram: 2.659 GHz / 759 MB Product: Intel / Awrdacpi Subcategory: Batch
Comment:
Hi, All,
I would like to write a batch file to create a new Macrium Reflect backup Image. Could something along the following lines be created?
Name: Mechanix2Go Date: April 11, 2009 at 00:09:11 Pacific
Reply:
E:\Definition Files\Replicator
Is that the app which does the backup?
===================================== If at first you don't succeed, you're about average.
M2
0
Response Number 2
Name: Ted. Date: April 11, 2009 at 00:22:59 Pacific
Reply:
Yes, Karen's Replicator is one of the backup programmes. The other one is Macrium Reflect which creates a backup Image. Karens Replicator does a copy-type backup of my Data partition and then copies the lot to my USB backup drive.
Ted.
0
Response Number 3
Name: Mechanix2Go Date: April 11, 2009 at 01:05:54 Pacific
Reply:
At the risk of sounding pedantic a batch file does just what you could do by typing in commands. It does other stuff that you can't do manually.
One line of my vackup bat looks like this:
xcopy c:\temp e:\bak\TFILES\ /s/r/y/d/c
===================================== If at first you don't succeed, you're about average.
M2
0
Response Number 4
Name: Ted. Date: April 11, 2009 at 01:42:28 Pacific
Summary: Hello. I've just registered and wondered if you fine people could help me out on a simple batch script programme. I've never done any before and I have to write one that uses the below ideas: Create ...
Summary: A total newbie when it comes to batch scripting. I have absolutely no clue where to start. I have a .txt file that has a list of servers separated by a carriage return. I want a simple batch program t...
Summary: I'm fairly certain this can be done (simply), but it's been years since I wrote a batch file, and I'm scared I'll screw things up and end up deleting all the files on my HD Here's what I'm trying to...