| 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! |
Copy command
|
Original Message
|
Name: Mathieu St-Laurent
Date: August 5, 2000 at 23:05:04 Pacific
Subject: Copy command
|
Comment: I just bought a new computer and I want to install windows 98 from a burned copy but there is a file missing so I want to do a flat copy of the disk on my hard drive to install windows from there. I have this file on my other that I've place on a floppy. What are the command to type if i want to copy my folder win98 from the cd to c:>win98 and all the data from the floppy to the same folder. I hope you understand my problem.
Report Offensive Message For Removal
|
|
Response Number 1
|
Name: Preston
Date: August 6, 2000 at 03:22:23 Pacific
|
Reply: If your CD is the d:\ drive and the Windows 98 files are in the win98 directory, then here it is: copy d:\win98\*.* c:\win98 the *.* will copy all the files found in the d:\win98 directory For the a: floppy drive, copy a:\*.* c:\win98
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: Copy command
copy command in dos Summary: hello, how the copy command was prograamed in dos.and how it is combined to command.exe ...
www.computing.net/answers/dos/copy-command-in-dos/12489.html
DOS copy command without "Overwrite?" message Summary: is this a DOS forum? nobody knows that you can just pipe (|) the letter 'n' or any other string to a copy command????????? enter this command line: echo n|copy X:\wherever\*.* X:\wherever ^ whe...
www.computing.net/answers/dos/dos-copy-command-without-overwrite-message/4243.html
The copy command problem Summary: The "square" is a DOS "end of file" character inserted by the DOS COPY command when copying TEXT files. You seem to be working with (or expect) Binary files format (Windows tends to treat all files a...
www.computing.net/answers/dos/the-copy-command-problem/13070.html