home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / des.zip / DES.CMD < prev    next >
OS/2 REXX Batch file  |  1991-04-09  |  156b  |  11 lines

  1. cl -c -G2s -W3 des.c
  2. cl -c -G2s -W3 tables.c
  3. cl -c -G2s -W3 main.c
  4.  
  5. link main+des+tables
  6.  
  7. rename main.exe des.exe
  8. erase main.exe
  9. erase main.obj
  10.  
  11.