foobar2000 v0.9 support, First now playing for 0.9 version |
foobar2000 v0.9 support, First now playing for 0.9 version |
Serge |
Mar 20 2006, 04:50 AM
Post
#1
|
AMIP Developer Group: Root Admin Posts: 935 Joined: 12-March 06 Member No.: 1 |
AMIP compatible with the foobar2000 v0.9 (released yesterday) is available from
beta downloads page. I had no time to test everything, if you find any bugs, please report. |
Serge |
Jul 21 2006, 05:14 PM
Post
#2
|
AMIP Developer Group: Root Admin Posts: 935 Joined: 12-March 06 Member No.: 1 |
There is no such command as "copy", it can only work in command line shell (cmd.exe). So the correct way would be:
/exec:(cmd.exe) /C copy %fpath\folder.jpg X:\ |
gandalf |
Jul 24 2006, 12:51 PM
Post
#3
|
Newbie Group: Members Posts: 3 Joined: 21-July 06 Member No.: 105 |
There is no such command as "copy", it can only work in command line shell (cmd.exe). So the correct way would be: /exec:(cmd.exe) /C copy %fpath\folder.jpg X:\ Thank you! I set the path in double quotes because of windows spaces in foldernames and now it works great! /exec:(cmd.exe) /C copy "%fpath\folder.jpg" X:\ |