PDA

View Full Version : EZ question.


AZN
07-03-02, 08:04 PM
I forget cuzz i hardly use dos. But how to u copy a and paste a hidden file? I know /a shows the hidden files but how do i make it copy?

redduc900
07-03-02, 08:30 PM
The command ATTRIB -H target drive:\path\file(s) /switches will unhide a file with hidden properties (the ATTRIB +H command will change the attributes of the file back to "Hidden").

The command COPY source:\path\file(s) target:\path\file(s) /switches will copy and paste a file(s)...there is no specific "Paste" command in DOS. ;)

AZN
07-03-02, 08:54 PM
Originally posted by redduc900

The command COPY source:\path\file(s) target:\path\file(s) /switches will copy and paste a file(s)...there is no specific "Paste" command in DOS. ;)

yeah i know there is no paste command. thx for the help. i just need to un hide the file and copy like normal or copy a hidden file. i got it now thx again.:D

Kartman
07-03-02, 09:47 PM
What happened with your dual-boot problem?

AZN
07-03-02, 10:55 PM
Originally posted by Kartman
What happened with your dual-boot problem?

havent had time to work on that system yet. But i think with ur guyz info i can get the job done thx.