5 lines
51 B
Batchfile
5 lines
51 B
Batchfile
@echo off
|
|
if %username%==srayburn (
|
|
start logoff
|
|
)
|
@echo off
|
|
if %username%==srayburn (
|
|
start logoff
|
|
)
|