home *** CD-ROM | disk | FTP | other *** search
/ Der Mediaplex Sampler - Die 6 von Plex / 6_v_plex.zip / 6_v_plex / DISK5 / DOS_04 / IMPRVBAT.ZIP / GETYN.DOC < prev    next >
Text File  |  1992-09-02  |  400b  |  7 lines

  1. GETYN.COM       By John Miktuk
  2.      This program is a batch file enhancement program.  It accepts only the Y, 
  3. N, and ESC keys from the keyboard.  If the ESC key or the N key is pressed, it 
  4. returns an ERRORLEVEL of 1.  Otherwise if the Y key is pressed, it returns an 
  5. errorlevel of 0.  This program accepts upper or lower case letters.  If any 
  6. other key is pressed, the program ignores it. 
  7.