Author Topic: how to handle space in folder name  (Read 12898 times)

zoom

  • Newbie
  • *
  • Posts: 2
    • View Profile
how to handle space in folder name
« on: October 24, 2008, 01:04:53 AM »
The following will not work because of the space in the folder name is there a fix for this?
I am running this from a batch file

Rightload.exe :1:: E:\Zoom\My Documents\Projects\mp3temps\SEAugust122007.mp3

nk

  • Administrator
  • Sr. Member
  • *****
  • Posts: 263
    • View Profile
Re: how to handle space in folder name
« Reply #1 on: October 24, 2008, 07:37:53 PM »
Did you try putting the file name in quotation marks?

zoom

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: how to handle space in folder name
« Reply #2 on: October 24, 2008, 08:06:31 PM »
Worked
     Thank You