home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / fingercl.zip / makens.in < prev    next >
Text File  |  1997-08-29  |  212b  |  11 lines

  1. :sf
  2. if not exist install.cmd goto b
  3. @echo copy sf.exe %1\safe_finger.exe >> install.cmd
  4. goto c
  5. :b
  6. @echo copy sf.exe %1\safe_finger.exe > install.cmd
  7. :c
  8. @echo on
  9. gcc -O2 -I./sf sf/sf.c -s
  10. @echo off
  11. :end