Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
cant copy folder
Name: Jeff Date: February 24, 2002 at 14:19:41 Pacific
Comment:
Im installing win2k on my system and since the CD wont work, ive been told to copy I386 folder to C:, then install from there. I got to dos, then changed to that directory (D:\I386), then ran the command "COPY *.* C:\I386" to copy the folder to C, and it said "COPY does not support wildcards and copies of directories". i need to know how to get passed this to copy the I386 file and install win2k. Thanx.
Name: Dallas Date: February 26, 2002 at 06:42:06 Pacific
Reply:
I you can't use windows to copy the files try using this command: xcopy d:\i386 c:\i386 /e Make sure the c:\i386 folder already exists. Also, this won't work if you don't have the xcopy file in your c:\dos or c:\windows\command directory.
0
Response Number 2
Name: tom Date: February 26, 2002 at 11:21:48 Pacific
Reply:
I've found (at least within 95, 98) that using xcopy or even xcopy32 will still lop of LFN's. (long file names) Don't know if there are LFN's in the I386 folder or not...
0
Response Number 3
Name: John Date: April 21, 2002 at 10:46:47 Pacific
Reply:
You need to type copy d:\i386 c:\i386. Make i386 directory on c: first.
Summary: I would like to write a short batch file that copies folders (including all their subfolders) from one drive to another. We use WIN NT 4.0, but I don't know how to use Windows Scripting language. I'...
Summary: I'm new to DOS, and im wondering if it's possible to copy folders too? I've got a batch file that copys some files to a diffrent folder, but I need to be able to copy the folders along with the files ...