|
|
I have this script here that calls up message windows
select case msgbox("{conditions of use text goes here}", _ vbquestion or vbyesno) case vbyes msgbox "having agreed, you may use this computer" case vbno msgbox "having NOT agreed, you should immediately log out" end select
and running it from your batch logon script with:
cscript //nologo {path}\warning.vbs
I need to add some lines to remove the x from the dialogue box and to have it so when you press no it counts from 10 to 0 then logs you off.
I am new to scripting and need this for a client asap like today sorry to rush people.
TIA Matt
|
|
|