home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / zpars106.zip / zparse.pwd < prev   
Text File  |  1996-03-03  |  1KB  |  38 lines

  1. ; <- comment char.
  2. ;
  3. ; All keywords are case insensitive
  4. ;
  5. ;
  6. ; set:    specifies overrides and/or settings to the information supplied
  7. ;         in a node's entry.
  8. ;
  9. ; NOTE: set is followed by a single string which is parsed into five(5)
  10. ;       comma seperated fields. The commas are NOT optional.
  11. ;                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  12. ;  the fields are as follows.
  13. ;  set 4d-addr,passwd,phone,speed,flags[,flags]*
  14. ;    4d-address: 1:340/303.0
  15. ; *  passwd: all characters between the fore and aft commas
  16. ;    phone: 1-604-652-3275     
  17. ;    speed: valid nodelist speed entry 300,1200,2400,9600
  18. ;    flags: open ended files, specifies the new flags field for the node.
  19. ;
  20. ; set 4d-addr,passwd,phone,speed,flags[,flags]*
  21. ; set passwords for 41 and 61 to testing
  22. ;set 1:340/41.0,testing,,,
  23. ;set 1:340/61.0,testing,,,
  24. ;
  25. ;set 1:340/0,ncpasswd,,,
  26.  
  27.  
  28. ;
  29. ; Added password verb
  30. ;
  31. ;   password <passwd> <4d-ftn address>
  32. ;
  33. ;
  34. ;password testing 1:340/41.0
  35. ;password testing 1:340/61.0
  36.  
  37.  
  38.