Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Logon Script 1

Status
Not open for further replies.

LotsofQuestions

Technical User
Nov 24, 2003
8
GB
I am a newbie to VB and want to put a warning message using VB on my company server. I have found a couple of web pages that give me some small clues on how to write it, but as yet i am still getting lost.

Does any one have any ideas.

The sample text i am writing is:

Do not proceed if you are not authorised............and a few more lines.

What commands do i need to add in for the text?

any help would be appreciated..
 
As we are in the VBScript forum and you talk about logon script, I guess you can try something like this:
MsgBox "Do not proceed if you are not authorised" & vbCrLf _
& "and one more line" & vbCrLf _
& "yet another line"

Hope This Help, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244
 
Thanks for your help.
I have looked everywhere for a script that I can use on my system, but have found Microsoft legal warning text too big and not really what I require.

Many thanks again
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top