home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / muser066.zip / README.TXT < prev    next >
Text File  |  1993-11-23  |  4KB  |  99 lines

  1. This program is a short simple way of implementing multiple desktops
  2. for different users.
  3.  
  4. The program is free to users and companies just send me a postcard
  5. if you like it. The software may not be included into any commercial 
  6. packages without my express permission.  
  7.  
  8. It was written in a hurry because my wife wanted to use my computer 
  9. but could not find her way around my desktop, so wanted her own.
  10. The program uses a rather crude way of capturing the changes to the 
  11. desktop during a user session but it works for now and so it will
  12. stay.  (It does not use the processor so creates no load).  
  13. I am currently looking at a different way to do this because I want
  14. to implement passwords and make the error detection methods a bit
  15. more intelligent.
  16.  
  17. Over the next month I have University exams so I cannot improve the
  18. program at all.  I am releasing this version for BETA testing. Next
  19. month when I've graduated i'll finish the program off.
  20.  
  21.     Features in this version
  22.     - Allow as many users with unique desktops as youve got disk space
  23.     - Allow names to be assigned to desktops
  24.     - Allows default desktop to be loaded if you screw yours up
  25.  
  26.     Features for the near future
  27.     - Password protection of logins
  28.     - Each user can have their own config.sys and autoexec.bat and win.ini
  29.       (what else, maybe screen resolutions as well)
  30.     - Nice colour bitmap for the background
  31.     - screen saver (blanker?)
  32.     - Anything anybody requests???
  33.  
  34. To install the program create a directory called 
  35.  
  36.     \Users 
  37.  
  38. THIS MUST BE ON THE DRIVE THAT CONATINS OS/2 
  39. (ie the install drive with ?:\OS2\INSTALL)
  40.  
  41. Copy the zip file to this directory and unzip it
  42.  
  43. This should create
  44. ?:\users
  45.     muser.exe          the main multiuser program
  46.     minstall.exe       the install program
  47.     readme.txt         this file
  48.     recov.txt          help if anything goes wrong
  49.     icons.zip          a small collections of icons for command prompts
  50.  
  51. run the minstall.exe
  52.  
  53. This will copy your current desktop and prompt you for a name to call it
  54. (This will be the name you will use to select this desktop at bootup)
  55. It will also setup the default login desktop for NEWUSERS
  56.  
  57. Add to the second line of your config.sys (or as close to the top as possible)
  58. CALL=?:\users\muser.exe 
  59. then  follow it with the directory that muser is in 
  60. EG ?:\users
  61.  
  62. (ie mine config.sys says C:\utils\muser\muser.exe c:\utils\muser)
  63.  
  64. Also copy the file emx.dll into any directory pointed to on your path in 
  65. CONFIG.SYS or add he approiate entry to the path to point to emx.dll or
  66. as I have done simply copy emx.dll into the os2\dll directory
  67.  
  68. save, Shutdown and REBOOT
  69.  
  70. To add new users to the system simply type NEWUSER at the USERNAME prompt
  71. This will create allow the new user to start up and give them the default 
  72. desktop.  This can be customised and setup to their own requirements and
  73. when they log off the system will store away the relevent info.
  74.  
  75. Hope you find the program usable and not too buggy.  If this stuffs 
  76. your system then I'm real sorry but it works for me but I would
  77. like to hear about what happened so I can try to fix it.
  78.  
  79. I have found one small difficulty that when the computer does not complete 
  80. its shutdown sequence ie no CAD to reboot screen, then sometimes the INI 
  81. files are not released so the MUSER.EXE program cannot play with them.  If
  82. this happens the program should report the error and startup with the previous
  83. good USER desktop.  To remedy simply shutdown again and start up with the new
  84. users name.
  85.  
  86. Also turning off the computer from the login screen results in the computer 
  87. needing to do a chkdsk.
  88.  
  89. Written By Mark Harvey
  90. As I said in the earlier text if you use this program and like it then send
  91. me a postcard.
  92.  
  93. Mark Harvey
  94. 21 Bailey Ave
  95. Hamilton
  96. New Zealand
  97.  
  98. email gdn@waikato.ac.nz
  99.