home *** CD-ROM | disk | FTP | other *** search
/ Windows 95 Secrets (4th Edition) / Windows95Secrets4thEdition.iso / dos / wintest.bat < prev   
DOS Batch File  |  1995-01-21  |  196b  |  10 lines

  1. @echo off
  2. SET|FIND "windir=">C:\TEMP_1.BAT
  3. COPY C:\TEMP_1.BAT C:\TEMP_2.BAT
  4. IF NOT EXIST C:\TEMP_2.BAT GOTO :NOWIN
  5. C:\TEMP_2.BAT
  6. :NOWIN
  7. DEL C:\TEMP_1.BAT
  8. ECHO Windows 95, where are you?
  9.  
  10.