You can check the environment variables you are using
by running this:
win.debug("%COMMANDERPATH%")
win.debug("%var%")

Does the value returned by "%COMMANDERPATH%" have \ as
its final character? If so, you are making a double \\

If it is: c:\Program Files\totalcmd\
then your command should include the string:
... %COMMANDERPATH%totalcmd.ini ...

If it is: c:\Program Files\totalcmd
then your command should include the string:
... %COMMANDERPATH%\totalcmd.ini ...


If your var really is a Windows environment variable, then
"%var%" should return something like: c:\folder\subfolder
[I presume its purpose is to specify the folder
to be focussed in the lister]


If your var is a PowerPro variable,
then it should not be inside %%, and not inside quotes.



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