CHKENET CHKENET Test for a specific ethernet node number errorlevel 1 = true, this is station # <...> errorlevel 0 = false, this is some other station Note: use only 1 space as the assemble is hard coded for a 12 digit number after exactly one space. Example: Say my # is 111111222222, then the following batch file run on my station will run the program, and on any other station will skip it. Echo off CHKENET 111111222222 If errorlevel 1 echo My workstation only runs PROGRAM If errorlevel 1 PROGRAM echo Skipping execution of PROGRAM :fin