Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: folder in the desktop  (Read 2118 times)

0 Members and 1 Guest are viewing this topic.

reybar27

    Topic Starter


    Greenhorn

    folder in the desktop
    « on: June 10, 2008, 08:56:54 PM »
    how to copy a file when my folder is in the desktop?for example,i will create a folder in DOS cmd,then it will appear in the desktop,and i want to copy a file in my new create folder,what should i do?

    Dusty



      Egghead

    • I could if she would, but she won't so I don't.
    • Thanked: 75
    • Experience: Beginner
    • OS: Windows XP
    Re: folder in the desktop
    « Reply #1 on: June 10, 2008, 09:52:37 PM »
    Like just about everything else the Desktop is contained in a folder.   If you want to copy a file to your new desktop folder using Dos or the Command Prompt you should use the Copy command e.g.

    Copy_file.ext_"c:\Documents_and_Settings\All_Users\Desktop\New_Folder\"

    or

    Copy_file.ext_"c:\Documents_and_Settings\Administrator\Desktop\New_Folder\"

    The above is ok in Windows 2k, you didn't mention which operating system you are using.  (Replace the _ with spaces)

    Of course in Explorer you can simply Copy/Paste the file.

    Good luck
    « Last Edit: June 11, 2008, 02:48:02 AM by Dusty »
    One good deed is worth more than a year of good intentions.