daguilar01
Mar 16 2004, 11:14 PM
very handy tool, thx for sharing,

edit:
editing these 3 lines makes it a bit more cmd prompt friendly,

| QUOTE |
if not "%5"=="" start "CMD" /b ... etc ... if "%2"=="" start /b "CMD" ... etc ... if exist OpenShares.txt type OpenShares.txt |
keeps you from seeing all the cmd prompts and it doesnt seem to affect performance, and the type thing outputs the txt file to the cmd prompt instead of opening notepad or default .txt viewer
dotcom
Mar 19 2004, 04:30 AM
I love batch scripting... this is a nice piece of work I might not use it for what you intended, but I always appreciate nice batch....gives me some ideas for other uses!