home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / lan2 / lognuse.lzh / LOGNUSE.DOC next >
Text File  |  1990-05-19  |  2KB  |  57 lines

  1. LogNuse V1.00 User Document
  2. ---------------------------
  3.  
  4. Lognuse is a trivial but handy utility for use with the Lantastic LAN.
  5. When run, it logs you to a server and attaches the devices you list to
  6. your local drive letters. Basically, this means that LogNUse replaces the
  7. following commands:
  8.  
  9. net login theServer theMachine
  10. net use x: \\theServer\theDevice
  11.  
  12. by:
  13.  
  14. lognuse theServer x:theDevice
  15.  
  16. The general syntax is:
  17.  
  18. lognuse serverName LD:SD [LD:SD] ...
  19.  
  20. Where:
  21.     serverName is the server you wish to log onto.
  22.     LD:SD is the pair constructing the drive to attach to the server's
  23.         device.
  24.     You may have any number of LD:SD pairs on the command line.
  25.  
  26.     Ex:
  27.     lognuse server x:word y:disk_c lpt1:@lpt1
  28.     Will first log you onto the server 'Server'; then redirect x: to
  29.     point to \\server\word, y: to \\server\disk_c and lpt1 to the
  30.     server's printer on lpt1.
  31.  
  32. Notes:
  33. LogNUse knows your machine name from the 'redir' command. That means you
  34. run LogNUse after running redir.
  35. If you are already logged to the server, LogNUse skips the login phase.
  36.  
  37. If LogNUse finds that a drive is already redirected, that redirection is
  38. cancelled for the new redirecton.
  39.  
  40. Faults:
  41. No password is supported.
  42. The machine name is assumed to be equal to the user name.
  43.  
  44. Bugs:
  45. None that I know of.
  46.  
  47. Future version:
  48. I intend to implement all the points listed in Faults, and also add
  49. syntax like lognuse server m:*, meaning log me to server and starting from
  50. the letter m, redirect all you find on that server.
  51.  
  52. Please let me know about new ideas...
  53. You can find me on the Artisoft server under 'Itamar Hassin', or
  54. 'ihassin' on Bix.
  55.  
  56. Have fun!
  57.