home *** CD-ROM | disk | FTP | other *** search
/ IBM InfoROM for OS/2 Beta 1995 January / IBM InfoROM for OS2 Beta 1-1995.ISO / testcert / display / function / modetest / os2 / os2modes.cmd next >
Encoding:
Text File  |  1994-08-04  |  1.2 KB  |  32 lines

  1. /****************************************************************************/
  2. /* OS2MODES.CMD - Executes the MODE Passed in.                              */
  3. /*                                                                          */
  4. /* Called from: RUNME.CMD                                                   */
  5. /*                                                                          */
  6. /* Parameters: Columns, Rows (Valid Mode parameters)                        */
  7. /*                                                                          */
  8. /* This program executes the MODE command for each mode to be tested.       */
  9. /* Type exit when done with session switching.                              */
  10. /*                                                                          */
  11. /****************************************************************************/
  12. Trace 'o'
  13.   ARG mde1, mde2 .
  14.  
  15.   'CLS'
  16.   'MODE' mde1','mde2
  17.   'dir'
  18.   SAY '*'
  19.   SAY '*'
  20.   SAY '*'
  21.   SAY "*  Current  Mode ....:" mde1','mde2 
  22.   SAY '*'
  23.   SAY '*     Press Enter    '
  24.   SAY '*'
  25.   SAY '*      and then      '
  26.   SAY '*'
  27.   SAY '*      Alt + Esc     '
  28.   SAY '*'
  29.   SAY '*'
  30.   pause
  31.  EXIT(0)
  32.