home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / windows / edos / install / edos36.exe / TSTISWIN.BAT < prev    next >
DOS Batch File  |  1992-01-15  |  153b  |  15 lines

  1. iswin
  2. if errorlevel 3 goto iswin
  3.  
  4. @goto nowin    
  5.  
  6. :iswin
  7.  
  8. @echo  This is windows 3.xx
  9. @goto ok
  10. :nowin
  11.  
  12. @echo  This is NOT windows 3.xx
  13.  
  14. :ok
  15.