Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Using command line tool on network drive from run service (Read 1008 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Using command line tool on network drive from run service

Hi,

I set command for pcutmp3 in run service to split mp3 from cuesheet:

Code: [Select]
cmd /c cd "$directory_path(%path%)" & java -jar c:\Programs\foobar2000\scripts\pcutmp3.jar --cue "$replace(%path%,.mp3,.cue)" "%path%"

This works fine for local drive but not for local network (i.e. //raspberrypi/...)

Does anyone know how to set the command so that it would work on local network?
Currently it just writes splitted files in a folder where foobar is, as cmd does not accept unc paths, and I would prefer not to complicate too much as it is.

Thanks


Re: Using command line tool on network drive from run service

Reply #2
Good idea, thanks