home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 1999 November / APC411-2.ISO / server / dnews52b.exe / setupsvc.cmd < prev    next >
Encoding:
Text File  |  1996-08-24  |  400 b   |  13 lines

  1. addsvc -add dnewssvc dnews.exe "DNEWS NNTP Server"
  2. echo off
  3. rem Optional services if you are using full IHAVE feeds instead of the
  4. rem sucking/posting mechanism
  5. rem addsvc -add dxmit1 xmit.exe "dxmit1 site.full.name -at *5 *"
  6. rem addsvc -add dxmit2 xmit.exe "dxmit2 site2.full.name -at *5 *"
  7.  
  8. rem Commands to delete a service.
  9. rem 
  10. rem addsvc -del dnewssvc
  11. rem addsvc -del dxmit1
  12. echo on
  13.