| Computing.Net: Over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to sign up now, it's free! |
create backup cd using batch file
|
Original Message
|
Name: Angela
Date: June 5, 2002 at 18:18:29 Pacific
Subject: create backup cd using batch file |
Comment: What command can I use to backup certain files and burn them onto a blank CD? I tried "copy c:\myfiles d: ", but it says "access denied" to the files. It's a writeable CD. Is there something I have to do before I can burn files onto it?
Report Offensive Message For Removal
|
|
Response Number 1
|
Name: Bill
Date: June 5, 2002 at 18:34:09 Pacific
|
Reply: You need a special program such as DirectCD in order to write files to a blank CD as if it were a floppy disc, just as you need a program write an entire CD at once. Just using the copy command will not work. Also I do not know of any CD-Writing programs for DOS. You'll need Windows and a program like Easy CD Creator or Nero Burning ROM. You might want to consider getting something like a Zip drive or MO drive in order to just quickly copy files from DOS.
Report Offensive Follow Up For Removal
|
|
Response Number 2
|
Name: Fred6008
Date: June 6, 2002 at 03:20:19 Pacific
|
Reply: You leave a lot of puzzles with your question such as what CD recording software do you have. Now days you usually drag and drop what you want to include on the CD-R. With direct cd for (CD-RW) you have to format the CD-RW first. I have found it easiest to make a whole cd at a time. I make an extra logical drive for this of 730 Megabytes (for fat16 and 680 megabyte disks) I put everything I want to save on this drive and make the CD from this drive when I am ready to record. The software I use (Nero or Easy Cd Creator usually) does not use copy commands. You drag and drop or you use the same interface as Windows Explorer to select items with. I do not know how to make a CD-R with a batch file, but if you had a logical drive set aside for CDs, you could use XCOPY in the batch file to copy data to it for recording later.
Report Offensive Follow Up For Removal
|
|
Response Number 3
|
Name: Angela
Date: June 6, 2002 at 10:07:36 Pacific
|
Reply: Thanks a lot, guys. You were very helpful. I think using a zip drive would be the best bet. Should I just be able to use the copy command for that?
Report Offensive Follow Up For Removal
|

Post Locked
This post is quite old and has been locked from receiving new replies. Please create a new posting instead.
Go to Disk Operating System Forum Home
Results for: create backup cd using batch file
Batch File Installer Program Summary: I have created a very simple batch file to run from a cd which deletes some files/folders on PC, then runs an exe on the cd to install a new, replacement program. This works fine but now I have been r...
www.computing.net/answers/dos/batch-file-installer-program/10810.html
telnet & ftp using batch file?? Summary: How can I telnet/ftp to a UNIX machine using a batch file in DOS. I need to mention the user id & password for UNIX in my batch file itself. Can anyone help me??...
www.computing.net/answers/dos/telnet-amp-ftp-using-batch-file/4808.html
Create error log using batch file Summary: If errorlevel 1, I need to create a log file err.log and write some message. eg. IF ERRORLEVEL 1 GOTO error :error ... ...
www.computing.net/answers/dos/create-error-log-using-batch-file/12641.html