home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / EVENTS / MEVENT.ZIP / DO_I1.BAT < prev    next >
DOS Batch File  |  1992-08-22  |  451b  |  16 lines

  1. REM  This is an example of a call being made in WWIV's multi-net environment
  2. REM  under NET31.  See Docs for discussion of NET32 usage.
  3.  
  4. if not exist I1.FLG goto QUIT
  5. set WWIV_NET=1         REM This assumes that IceNET is second network
  6. network /N1 /A1 /Pxxx-xxx-xxxx /S19200
  7. network1
  8. network2
  9. network1
  10. SET WWIV_NET=    
  11.  
  12. REM The final SET command insures that the environmental for network is
  13. REM set back to a null condition.
  14.  
  15. :QUIT
  16.