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

Author Topic: How to copy files to two words name folder  (Read 2837 times)

0 Members and 1 Guest are viewing this topic.

garg

    Topic Starter


    Starter

    How to copy files to two words name folder
    « on: October 05, 2010, 12:46:02 PM »
    Problem is:
     when I tried to copy files to c:/Program Files/Folder. got the error message as
    E:\SomeDirectory\Patches>copy *.* C:\Program Files\Destination\
    The syntax of the command is incorrect.

    Code:
    Code: [Select]
    cd E:\SomeDirectory\Patches
    copy *.* %VALUE%
    I believe it because of space between Program Files.
    In to the other destination all files were copied ok.
    How can I solve this problem?

    garg

      Topic Starter


      Starter

      Re: How to copy files to two words name folder
      « Reply #1 on: October 05, 2010, 01:19:56 PM »
      I found it!
      If you using path to two word name folder just put it between " "
      In my case it looks like
      Code: [Select]
      "C:\Program Files\iWay60\" ;)