--- In [email protected], "brucexs" <[EMAIL PROTECTED]> wrote:
> > > > It gives a "cannot read from source disk" error and then the
> > > powerpro debug
> > >> Now, if I dragged multiple files to the button, it used to give an
> 
> I fixed a problem with command exe's containing blanks in this case in 
> the latest beta.  I am not sure if this is the same bug you have 
> experienced.

Sorry, it was my mistake. I didn't separate | into param field when I
used a plain command like notepad.exe. I'm so accustomed with
do("notepad.exe",?"|") syntax and the built-in command like "debug |"
doesn't need the separation...

So, the only problem seems using | with the option checked:
"Drag drop many files runs each separately"

If I use
LCmd = do(?"...\editplus.exe",?"|")
then, | seems to be just ignored, and the file's path is appended at
the end like:
do(?"...\editplus.exe",?"|") file_path

However, if I use
LCmd = Debug |
then, | is correctly replaced with the file_path

All this can be work-arounded with a single file, by not using do()
syntax. However, I can't find a work-around for the problem with
multiple files:
LCmd = C:\...\editplus.exe
LParam = |

Then, the error message is: can't open file
"file1""file2"..."filen"
where the correct one should be
"file1" "file2" ... "filen"

If I remove 'LParam = |', then there is no problem.

Sean





------------------------ Yahoo! Groups Sponsor --------------------~--> 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/JV_rlB/TM
--------------------------------------------------------------------~-> 

Attention: PowerPro's Web site has moved: http://www.ppro.org 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/power-pro/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to