home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic 4 Unleashed / Visual_Basic_4_Unleashed_SAMS_Publishing_1995.iso / repease / make-rvb.bat < prev    next >
DOS Batch File  |  1994-09-05  |  324b  |  14 lines

  1. REM Product:  RVB.VBX  (Visual Basic VBX Shell for the REP DLL)
  2. REM Compiler: Microsoft 'C'
  3. REM Model:    Medium
  4.  
  5. REM Step 1:  Execute the make command.
  6. REM This make command produces these files:
  7. REM 1.  RVB.VBX Visual Basic VBX
  8.  
  9. if exist team.cap del team.cap
  10.  
  11. nmake make-rvb
  12.  
  13. if exist team.cap type team.cap
  14.