hi tomtom331,

I think the issue is your windows installation is not in "c:\windows"
and I have a bug which hardcoded a path in a file.

Can you make the following change and restart and see if it fixes the
problem

Edit the Plugins\CDplayer file Fork.pm using Wordpad (file layout may
be wrong with Notepad).

Change line 63 from 

Code:
--------------------
    
        $self->{syscommand}  = "C:\\Windows\\system32\\cmd.exe /C 
\"$forkcmdbat\" ";
--------------------

to 

Code:
--------------------
    
        $self->{syscommand} = File::Which::which('cmd.exe'). " /C 
\"$forkcmdbat\" ";
--------------------


or just change the string to the path to cmd.exe on your system.

I have fixed this issue (with a number of other bugs) in a new version
of CDplayer which I am doing final testing.


-- 
bpa
------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=47288

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/plugins

Reply via email to