I have a DOS program running on Windows 2000. Everytime I print something from it. It takes around 30 seconds to start printing. What can I do to workaround?
In Windows 95/98, I can add the following sections after [386enh] in system.ini to solvethe problem.
[Network]
PrintBufTime=5
[IFSMGR]
PrintBufTime=5
However, I tried to put these two sections in system.ini on Windows 2000. It does not solve the problem. Is there anyone who know how to solve this problem?