Computer Problems? Computing.Net has over
1,000,000 posts about all things technology related! Over 90% answered within 24 hours!
Click here to start participating now! Also, be sure to check out the
New User Guide .
VB yes no Question in batch
Comment: is there a way to use a simple yes no VB script in batch file.
what i want to do is have a batch file do tasks but as an example
have it ask YES or no popup in VB to exit or to back to the main menu.
is that possiable?
thanks Brock
Sponsored Link
Response Number 1
Name: ghostdog
Date: May 3, 2009 at 17:54:47 Pacific
Reply: you can download the manual from here search for stdin in the manual. there will be examples showing how you can ask for user input
0
Response Number 2
Name: brockey01
Date: May 3, 2009 at 20:35:58 Pacific
Reply: Does any one havnt an example? that help file didnt show anything. ?
0
Response Number 3
Name: ghostdog
Date: May 3, 2009 at 21:45:03 Pacific
Reply: its a chm file. you can search what you want using the "Index" or "Search" tab. search for "stdin". yes, there is example.
0
Response Number 4
Name: brockey01
Date: May 4, 2009 at 20:28:52 Pacific
Reply: well that CHM file wont work all i get is page can not be displayed.
0
Response Number 5
Name: brockey01
Date: May 17, 2009 at 12:32:13 Pacific
Reply: does anyone know use VBS yes no dialog and send the answer thought a goto command to use with a batch file?
Thanks Brock
0
Related Posts
Response Number 6
Name: reno
Date: May 20, 2009 at 08:16:09 Pacific
Reply: @echo off
>$$$.vbs echo wscript.quit msgbox("yes return 6, no return 7", vbyesno) cscript//nologo $$$.vbs
echo errorlevel=%errorlevel%
0
Response Number 7
Name: brockey01
Date: May 20, 2009 at 16:51:03 Pacific
Reply: for some reason im getting an error on the vbs. says invalid character.
any clue what wrong? also how can i use the echo errorlevel in a goto?
Thank again for the help.
0
Response Number 8
Name: brockey01
Date: May 20, 2009 at 18:37:18 Pacific
Reply: I figured it out, dumb error on my part.
anyway Thank you reno for you work.
0
Response Number 9
Name: reno
Date: May 21, 2009 at 06:36:24 Pacific
Sponsored Link
Post Locked
This post is quite old and has been locked from receiving new replies. Please create a new posting instead.
Go to Programming Forum Home
Sponsored links
Results for: VB yes no Question in batch
VBS combo box in batch Summary : ok Reno has help me figure out/show me that i can use VBS input and VBS yes no box. does VBS have combo boxes? i googled it but didnt get much. is it possible to add a combobox in batch? Thank you ... www.computing.net/answers/programming/vbs-combo-box-in-batch/19191.html
VB input to batch programs Summary : Kinda off topic but do you know how to use a VBS yes no and have it work with goto commands in batch? ... www.computing.net/answers/programming/vb-input-to-batch-programs/18920.html
Simple design questions in C++ Summary : True enough, SN, though I have been holding back! =) In answer to your questions, Jack: I refered to Grady Booch in an attempt at humour; he is a major influence on modern OOP analysis. I used him to... www.computing.net/answers/programming/simple-design-questions-in-c/4384.html