As JJZolx has corrected the suggested command I thought I'd just add for anyone else that in general, for windows, if a filename or a directory name contains spaces then you have to place the whole string within double quotes. Otherwise the spaces look like separators between a command an its parameters.
ie c:\program files\myprog.exe would like like you are trying to run c:\program with a parameter of files\myprog.exe So c:\program files\myprog.exe would be: "c:\program files\myprog.exe" You may also have to do this if you are trying to pass a path to another programme. eg myprog c:\all my music\musicfiles to avoid it looking like three parameters to myprog enclose the parameter in double quotes as in: myprog "c:\all my music\musicfiles" -- Zaragon ------------------------------------------------------------------------ Zaragon's Profile: http://forums.slimdevices.com/member.php?userid=14577 View this thread: http://forums.slimdevices.com/showthread.php?t=44771 _______________________________________________ discuss mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/discuss
