I copied a example TSR from the PB users guide. It pops up when you press a key. Works great.
When it ends and returns back to a dos prompt, I run into a unusual problem.
I have a simple batch file that I type at the Dos prompt that returns you back to the desktop (7.bat). It has one command in it; EXIT
The problem is, before the TSR is loaded the batch file works great (closes the Dos window and returns you to the desktop)
After the TSR is loaded and unloaded, I run the batch file from the Dos prompt and it just returns you back to the DOS prompt.
You have to manually type EXIT at the Dos prompt, to return back to desktop.
Its a minor problem, but my users are familiar using 7.bat to get back to desktop, and if I could, I would like to not change that.
Any ideas
Thx
------------------
[This message has been edited by Walter VanDerwall (edited April 29, 2005).]
When it ends and returns back to a dos prompt, I run into a unusual problem.
I have a simple batch file that I type at the Dos prompt that returns you back to the desktop (7.bat). It has one command in it; EXIT
The problem is, before the TSR is loaded the batch file works great (closes the Dos window and returns you to the desktop)
After the TSR is loaded and unloaded, I run the batch file from the Dos prompt and it just returns you back to the DOS prompt.
You have to manually type EXIT at the Dos prompt, to return back to desktop.
Its a minor problem, but my users are familiar using 7.bat to get back to desktop, and if I could, I would like to not change that.
Any ideas
Thx
------------------
[This message has been edited by Walter VanDerwall (edited April 29, 2005).]
Comment