Spaces in folder to scripts really freaks SABnzbd out

Report & discuss bugs found in SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
Coeluh
Jr. Member
Jr. Member
Posts: 79
Joined: May 22nd, 2008, 1:40 pm

Spaces in folder to scripts really freaks SABnzbd out

Post 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
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Spaces in folder to scripts really freaks SABnzbd out

Post 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.
Last edited by shypike on March 2nd, 2009, 3:41 am, edited 1 time in total.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Spaces in folder to scripts really freaks SABnzbd out

Post 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?
Post Reply