--- In [email protected], "rsiebler" <[EMAIL PROTECTED]> wrote: > Sorry. I made a typo. My batch file is one line and currently > looks like this: > > start "" "%COMMANDER_PATH%\lister.exe" /i="%COMMANDER_PATH% > \totalcmd.ini" "%*"
It seems that you are running the batch file within TC like: ...\your_batch.bat %P%N Then there is no trouble about %COMMANDER_PATH% of TC. But, in general, you can't expect other exe/bat to know about it. BTW, looks like your lister.exe and totalcmd.ini reside in the same directory. In this case, I'm sure that you can use .\ for /i= if you use the latest build of lister.exe, though I have never used the external lister.exe myself: ...\lister.exe /i=.\totalcmd.ini "%*" 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/
