PDA

View Full Version : Dos



vegeta
03-07-2003, 01:22 PM
can anyone make a dos command to cut or copy file:

c:\windows\desktop\Gdi32.dll

and past it to:

c:\windows\system

u'll must be thinking that this why guy is making it so hard cuz that file is being used by windows and i cannot copy that file.so i need to do it by old dos way ;) :rolleyes:

danne
03-07-2003, 01:35 PM
make a file named cp.bat

in it you put:
copy c:\windows\desktop\Gdi32.dll c:\windows\system

then your boot to dos and run that file by tyuping the filename.

that's it ;)

if you need help with autoexec.bat and config.sys, head over to http://hjem.get2net.dk/petermad/con_auto/index-uk.htm

vegeta
03-07-2003, 01:37 PM
thx man :) i lack the knoledge of dos <_<

danne
03-07-2003, 01:42 PM
Well, there was nothing but dos when I began with pc&#39;s ;) besides, I prefer running at command promt (not in windoze tho, there it&#39;s total commander all the way).

besides, everyone can&#39;t know everything =)

vegeta
03-07-2003, 02:46 PM
anyway thx man :rolleyes: