Page 1 of 1

Spaces in folder to scripts really freaks SABnzbd out

Posted: March 2nd, 2009, 3:04 am
by Coeluh
I've been trying it with replacing the space with %20, but no result. The directory I'm trying to address is c:/program files/sabnzbd/scripts
It says:

c:/program is not recognized as an internal or external command, operable program or batch file

Re: Spaces in folder to scripts really freaks SABnzbd out

Posted: March 2nd, 2009, 3:38 am
by shypike
Probably a (small) bug.
Try this:

Code: Select all

c:\PROGRA~1\sabnzbd\scripts
%20 is HTTP speak, cannot be used in scripts.
Problem filed as #249.

Re: Spaces in folder to scripts really freaks SABnzbd out

Posted: March 4th, 2009, 11:53 am
by shypike
Sorry, I cannot find anything wrong in the program.
Works fine with spaces in the folder path on my systems (XP and Vista).

What kind of error messages do you get?