Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: alert  (Read 2854 times)

0 Members and 1 Guest are viewing this topic.

NAMED

  • Guest
alert
« on: October 30, 2004, 09:47:15 PM »
i was wondering if it is possible to make a poppup
alert in dos like the javascript alert
http://www.pageresource.com/jscript/jalert.htm

so that if i write a batch file and onpen an alert will open
is that possible?

MalikTous

  • Guest
Re: alert
« Reply #1 on: November 03, 2004, 12:20:54 AM »
You can have a batch file deliver a text file in response to an error:

if errorlevel 1 type error.txt

If you include the character 07h in the text file you get a beep from the PC speaker.