home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: InfoMgt / InfoMgt.zip / MAILMIND.ZOO / NETMTEST.MSC < prev    next >
Text File  |  1992-03-11  |  508b  |  15 lines

  1. # netmtest.msc
  2. # Thomas A. Marciniak, M.D. = ytm@nihccpc1.bitnet
  3. # Division of Cancer Prevention & Control, NCI
  4.  
  5. # revision history:
  6. # 1.0   ytm  02/24/92  first release
  7.  
  8. # program notes:
  9. # This program is an OS/2 protected mode program.
  10. # In DCPC, "msc6set" to link to the \MSC 6.0 directory on \\SERVCSB\F$.
  11. # That installation of MSC defaults to protected mode.
  12.  
  13. netmtest.exe:  netmmind.c
  14.   cl /DTEST /DOS2 /Fenetmtest netmmind.c /link q:\lmptk\lib\lan.lib q:\pmsdk\lib\os2.lib /STACK:4096
  15.