topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday April 18, 2024, 5:51 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Errors with v1.09.01 when running batch files - The filename, directory name,...  (Read 17344 times)

jballi

  • Charter Member
  • Joined in 2005
  • ***
  • default avatar
  • Posts: 22
    • View Profile
    • Donate to Member
Just installed v1.09.01.

The program works well with standard executables (.exe) but for some reason, the program no longer likes double quotes around parameters when executing batch files.

For example, when I run this test:

C:\Program Files\bin\Test.bat %F1 "%2"

I get the following error message:

The filename, directory name, or volume label syntax is incorrect.

This is the most common error that occurs.


I get a similar error message when I run this (just an example):

C:\Program Files\bin\LAME.bat --decode "%N" "%NO.wav"

...returns this error message:

'C:\PROGRA~1\bin\LAME.bat" --decode "Test.mp3" "Test.wav' is not recognized as an internal or external command, operable program or batch file.

When I remove the double quotes from the parameters, these errors go away but of course, the programs don't work if the path or file name has spaces.

Thanks in advance for your assistance.  Let me know if you need any additional information.


mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,900
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
sorry i missed this when it was first posted !

i will fix the problem with .bat files this weekend and upload a new version.

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,900
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
fixed, see latest post here.