home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / samples / som / somk / cpp / simple / run.bat < prev    next >
Encoding:
DOS Batch File  |  1996-02-16  |  109 b   |  8 lines

  1. @echo off
  2. if "%OS%"=="Windows_NT" goto nt1
  3. command /c simple.exe
  4. goto el1
  5. :nt1
  6. cmd /k simple.exe
  7. :el1
  8.