Question : Windows Command line popup alerts

I am trying to create a Logon Script that maps network drives and also displays an alert (kind of like a javascript alert that allows you to click "ok" after reading).  I know how to map network drives this way, and I know that you use windows commands in the .bat file.  But I do not know what the windows command is to bring up a popup alert window.  What is the syntax to do so?

Matthew Brainard
[email protected]om

Answer : Windows Command line popup alerts

write a simpe VB program that will do all the job.

shell("your.bat");
msgbox "Click OK";
Random Solutions  
 
programming4us programming4us