![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
|
Welcome to Vista Forums we are your forum to discuss Windows Vista x64 and x86 systems. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
br> br> |
| |||||||
![]() |
| | Thread Tools | Display Modes |
| | #1 (permalink) |
| Guest | DOS Command I realize this may be off topic but I don't find any place to post it. I am trying to do a DOS coy command that combines a number of files into single one. This syntax works if I am in the directory where the files are located: Copy *.csv Prices.txt But if I am in another folder and try to put a path to it like copy C:\Finance\Mutual Funds\Get Prices\*.csv Prices.txt It always says it cannot find the file. I KNOW the location IS correct. Is there some error in the syntax that can cause this? Thanks for any assistance. Marv |
My System Specs![]() |
| | #2 (permalink) | ||||||||||||
| Guest | Re: DOS Command Try putting quote marks around the parts (the space in Mutual Funds and Get Prices is probably what is hurting you). copy "C:\Finance\Mutual Funds\Get Prices\*.csv" "Prices.txt" Michael "Marv" <marvwade@xxxxxx> wrote in message news:ec$DbG7sIHA.4952@xxxxxx
| ||||||||||||
My System Specs![]() | |||||||||||||
| | #3 (permalink) |
| Newbie Rep Power: 4 ![]() | Re: DOS Command You need to use quotes due to spaces between directory folder names. Code: copy "C:\Finance\Mutual Funds\Get Prices\*.csv" Prices.txt |
My System Specs![]() |
| | #4 (permalink) | ||||||||||||||||||||||||
| Guest | Re: DOS Command "Michael Walraven" <mexxwalraven@xxxxxx> wrote in message >> I realize this may be off topic but I don't find any place to post it. I
ss. | ||||||||||||||||||||||||
My System Specs![]() | |||||||||||||||||||||||||
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Command Line Ren (Rename) command broken? | SixSigmaGuy | Vista General | 5 | 05-20-2008 05:52 AM |
| Command prompt "COPY" command not working in brand new Windows Vis | CMD COPY command not working in Vista | Vista file management | 7 | 02-05-2008 03:20 PM |
| formatting command syntax like get-help or get-command | klumsy@xtra.co.nz | PowerShell | 1 | 10-18-2006 12:04 PM |
| net use command | =?Utf-8?B?Z2xlbm5fOTcxMjQ=?= | Vista General | 2 | 08-07-2006 03:48 PM |
| Executing a command like run [command] | Singee | PowerShell | 5 | 06-05-2006 02:17 PM |