How to implement multi-user support in Windows 9x?
Try doing it like this: 1. Make a different folder for every user. Place Aston.exe, A-master.exe, printmon.exe, starter.dll, hook.dll, *.rc files there. 2. Change configuration files the way described below: ===============Config.sys=============== [MENU] MENUITEM=User1,User-Nick MENUITEM=User2,User-Oleg MENUITEM=User3,User-Bill [User1] [User2] [User3] [Common] … ======================================= ==============Autoexec.bat============== … goto %config% :User1 C:\Aston\SHSWDOS.EXE -fc:\Aston\Aston.exe goto end :User2 C:\Aston\SHSWDOS.EXE -fc:\Aston1\Aston.exe goto end :User3 C:\Aston\SHSWDOS.EXE -e :end ======================================= Now user Bill will run Explorer.
Related Questions
- I would like to keep on reading the screen during a micropause. Could you please implement support for transparent micropause windows, or make the micropause window position configurable?
- Can the Responsive Classroom approach be used to implement Positive Behavior Interventions and Support?
- How to implement multi-user support in Windows 9x?