home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 8 / CDASC08.ISO / VRAC / FRONT101.ZIP / PASSWD.FIL < prev   
Text File  |  1993-09-04  |  659b  |  26 lines

  1. ; The password file contains three fields
  2. ; name:password:execute
  3. ;
  4. ; name - the callers login
  5. ; password - the callers password
  6. ; execute - the command (and parameters) to envoke upon successful login
  7. ;
  8. ; Colons MUST seperate the fields!
  9. ;
  10. ; Examples
  11. ;
  12. ; john:goats:doorway com2 /a:on /s:* /v:d^U /m:120 /c:dos
  13. ;
  14. ; The above example will execute DOORWAY with the specifed parameters
  15. ;
  16. ; send file:filesend:dsz port 2 rz
  17. ;
  18. ; The above example will allow a user to login and immedatly upload a file
  19. ; by using DSZ
  20. ;
  21. ;
  22. ; Replace the sample fields below with our own.
  23.  
  24. sysop:password:doorway.bat com2 /m:120
  25. shutdown:shutdown:[shutdown]
  26.