Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: DOS Script for pop up question ?
I'm not a windows guy but I think you should quit writing DOS batch files
and use VBScript instead.
I think if you look in any windows magazine you will see VBScript listings instead of batch file listings.
VBScript is powerful like Perl and handles pop up windows well.
VBScript doesn't seem to email very well, however, because an earlier post I sent contained a simple VBScript demo in the body of the email and it got bounced from ORACLE-L because it "contained a virus signature".
So here's a link to some simple code you can try: http://www.devguru.com/Technologies/wsh/quickref/wshshell_Popup.html
Save the code to a file with a .vbs extension and click the resulting icon.
You can get a book or search the web for code snippets like I do.
Have fun!
Ed
> All,
>
> I have a DOS batch file. In between this script, I
> would like to add user interactive question.
>
> Ex: Do you want to Continue [Y/N]?
>
> Once they hit "Y", it will continue rest of the batch
> file.
>
> Could someone able to help me out as per the above
> requirement?
>
> Thanks,
> Bob
>
>
>
> __________________________________________________
> Do You Yahoo!?
> Sign up for SBC Yahoo! Dial - First Month Free
> http://sbc.yahoo.com
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Bob Robert
> INET: mssql_2002_at_yahoo.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Igor Neyman INET: ineyman_at_perceptron.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Sherman, Edward INET: shermanej_at_eccic.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Fri Jul 12 2002 - 10:38:28 CDT