Need help with DOS "COPY" command...

Discussion in 'Trading Software' started by RAMOUTAR, Jan 28, 2004.

  1. RAMOUTAR

    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! :)
     
  2. Very simple

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

    Copy <FileName> <Target>


    TM Trader
     
  3. RAMOUTAR

    RAMOUTAR

    like this?

    copy myfont.ttf c:\myfolder
     
  4. 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.
     
  5. RAMOUTAR

    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 !!:)
     
  6. You're welcome.

    Come again :)

    TM Trader
     
  7. shyhh

    shyhh

    You can usually find help try typing /? after the dos command. Like,

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

    eurextrdr
     
  9. Wanna swap it for my VIC-20? :D