> local cmd = ?"c:\Program Files\totalcmd\lister.exe"
> local param= ?"/i="++env("COMMANDPATH")++?*\totalcmd.ini" *++env(var)
> Do (cmd, param)
> 
> You can also write (one line)
> 
> Do (?"c:\Program Files\totalcmd\lister.exe", ?"/i=" ++ env
> ("COMMANDPATH")++?*\totalcmd.ini" * ++ env(var))

Looking at that, I can't see the first " for the expanded COMMANDPATH
expansion in the path. This looks like:
Do (?"c:\Program Files\totalcmd\lister.exe", ?"/i=" ++ env("COMMANDPATH") ++
?*\totalcmd.ini" * ++ env(var))
Expands to
c:\Program Files\totalcmd\lister.exe /i=c:\Program
Files\totalcmd\totalcmd.ini" c:\Path
                                        |
                          No Opening quote for path 
(this needs a fixed font width to line up)
Am I wrong?

David Troesch  |  Atlanta, GA  |  ICQ# 2333123
Using Outlook Express and want some color? http://tinyurl.com/39goy
Funstuff: Murphy's Law of Research: Enough research will tend to support
even more research.




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