home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / UNZP50P1.ZIP / VMS / bilf / make_bilf.com < prev   
Text File  |  1993-01-23  |  219b  |  8 lines

  1. $ set verify    ! like "echo on", eh?
  2. $ cc bilf
  3. $ link bilf,sys$input:/opt
  4. sys$share:vaxcrtl.exe/shareable
  5. $ ! change the following symbol to "$diskname:[directory]bilf.exe" as approp.
  6. $ bilf == "$bilf.exe"
  7. $ set noverify
  8.