Need help with DOS "COPY" command...

I have seen it done many times before, and the last time I think I used it was junior high computer lab on a TRS-80 (trash 80)....

I need to copy fonts to a desktop folder and email them.

What is the syntax for this command? Thank in advance! :)
 
Quote from RAMOUTAR:

I have seen it done many times before, and the last time I think I used it was junior high computer lab on a TRS-80 (trash 80)....

I need to copy fonts to a desktop folder and email them.

What is the syntax for this command? Thank in advance! :)

Very simple

When you are in the directory of the file you need to copy.

Copy <FileName> <Target>


TM Trader
 
Quote from TMTrader:

Very simple

When you are in the directory of the file you need to copy.

Copy <FileName> <Target>


TM Trader

like this?

copy myfont.ttf c:\myfolder
 
Correct.

To copy all fonts from the windows fonts folder to your desktop under Windows98, it would be:

copy c:\windows\fonts\*.* c:\windows\desktop
You might have to tweak it a little to get the fonts you need in the right place but that is the basic idea.

Under different OS's, the folders are slightly different.

Good luck.
 
Thanks for the quick responses and help. 1/2 hour scanning the web with no clear answers...post on Elite get the answers in few minutes. Got it working !!:)
 
Quote from RAMOUTAR:

Thanks for the quick responses and help. 1/2 hour scanning the web with no clear answers...post on Elite get the answers in few minutes. Got it working !!:)

You're welcome.

Come again :)

TM Trader
 
..LOL...this brought back some old memories..like my "cutting edge" Commadore 64 (which I still have btw)...nice memories...

eurextrdr
 
Quote from eurextrdr:

..LOL...this brought back some old memories..like my "cutting edge" Commadore 64 (which I still have btw)...nice memories...

eurextrdr

Wanna swap it for my VIC-20? :D
 
Back
Top