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

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