Dear All
We need to develop the following script in kixtart, any on can help Please..To prevent users from logging on more than once.
$K = "@LSERVER" + "\" + "NETLOGON" + "\" + "Once.txt"
$J = "x:\" + "@USERID" + ".txt"
if exist ("$J")
goto done
endif
CLS
AT (1,1)
display "$K"
Sleep 3
$RC = shutdown("", "Shutdown in progress!", 0, 1, 0)
:done