home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / tlntd107.zip / telnetd.cfg < prev    next >
Text File  |  1997-10-28  |  1KB  |  42 lines

  1. # Configuration file for command filter. Syntax: name file parameters.
  2. # If command requires CMD.EXE file parameter must be "shell".
  3. # Parameters: $ means command parameter, + - one parameter, * - any number of 
  4. # parameters or none, % - path will not be added, \ - path will be added,
  5. # +* - any command option enabled, -opt - opdion disable, +opt -option enable,
  6. # +opt % - option with parameter, +opt \ - option with parameter, path will be
  7. # added. |PL= - minimum privilege level required. string in "" will be added 
  8. # to command line.
  9.   
  10.  
  11. accounts c:\tcpip\bin\accounts.exe $*% +*  |PL=100
  12. cd      int1  $+%
  13. comp   shell  $+\ $+\ 
  14. copy   shell  $+\ $*\+ $+\ +* 
  15. del    shell  $+\ +* 
  16. dir    shell  $*\ +* 
  17. edit    int2  $+\ 
  18. erase  shell  $+\ +*   
  19. exit    int3  
  20. help    int8  
  21. host    c:\mptn\bin\host.exe $*% +*
  22. mail    int4  $*% +* 
  23. mesg    int5  $*% +* 
  24. md     shell  $+\ 
  25. mkdir  shell  $+\  
  26. move   shell  $+\ $+\ 
  27. passwd  int6
  28. ping   c:\mptn\bin\ping.exe $*% +*
  29. print  shell  $+\ +b +B  |PL=5
  30. ps     c:\os2\ps.exe $*% +* |PL=100
  31. rd     shell  $+\ 
  32. ren    shell  $+\ $+% 
  33. rmdir  shell  $+\ 
  34. scanmbox c:\tcpip\bin\scanmbox.exe  +*  |PL=100
  35. su      int7               |PL=100
  36. talk  c:\tcpip\bin\talk.exe $*% +*
  37. tracerte c:\tcpip\bin\tracerte.exe $*% +*
  38. type   shell  $+\ 
  39. who    int9
  40. unzip c:\os2\unzip.exe $*\ *+ "-uo" 
  41. zip   c:\os2\zip.exe $*\ +*
  42.