Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How to implement multi-user support in Windows 9x?

0
Posted

How to implement multi-user support in Windows 9x?

0

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

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123