Results 1 to 18 of 18

Thread: [Help Needed] Require Correct Input and execute bat

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2007
    Location
     
    Posts
    453

    Exclamation [Help Needed] Require Correct Input and execute bat

    Is there a way to require a person to enter a certain text to get it to continue like:
    Code:
    const int size = 5;
    char enter[size];
    cout << "enter hello";
    cin >> enter
    and then get it to continue if the text was entered correctly, also, is there a way to shell a bat file?
    Last edited by Bobalandi; Sep 13th, 2007 at 08:51 PM.
    Haikus are easy.
    But sometimes they don't make sense.
    Refrigerator.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width