home *** CD-ROM | disk | FTP | other *** search
/ PC Format (South-Africa) 2001 June / PCFJune.iso / mweb / MWEB Utils / ws295sdk.exe / Ws2sdkzp.exe / SAMPLES / SDKENV.BAT
Encoding:
DOS Batch File  |  1997-06-06  |  217 b   |  11 lines

  1. if "%1" == "" goto usage
  2.  
  3. set include=%1\include;%include%
  4. set lib=%1\lib;%lib%;
  5. goto end
  6. :usage
  7.  
  8. echo usage: "sdkenv <sdkdir>"
  9. echo where sdkdir is the directory in which you installed the winsock sdk
  10. :end
  11.