home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / k95source / prof.bat < prev    next >
DOS Batch File  |  2002-03-07  |  213b  |  10 lines

  1. PREP.EXE /OM /FT /SF _TermScrnUpd cknker
  2. if errorlevel == 1 goto done 
  3. PROFILE.EXE cknker._xe
  4. if errorlevel == 1 goto done 
  5. PREP.EXE /M cknker
  6. if errorlevel == 1 goto done 
  7. PLIST.EXE /ST cknker >cknker.lst
  8. :done
  9.  
  10.