did not work. window did not close. How does this work? In my user profile I have a 'logon.bat' file to run once I logon to the network. I tried to search for the logon.bat and found it listed in different folders(see pic).
Here is the code int the 'logon.bat' file that calls the 'kix.txt' which is the script window that stays open.

 Code:
IF "%OS%" == "Windows_NT" goto Hide_Box
IF "%OS%" == "Windows 2000" goto Hide_Box
IF "%OS%" == "Windows XP" goto Hide_Box
@start /w  %0\..\kix32 kix.txt
goto exit
:Hide_Box
@start /w  /b %0\..\kix32 kix.txt
exit


Attachments
logonbat-2.jpg (574 downloads)
Description: