PC DOS 5 Editor

Software related questions
jmetal88
Posts: 811
Joined: Sun Jul 25, 2010 10:22 am

Re: PC DOS 5 Editor

Post by jmetal88 »

Brutman wrote:My bad - the official DOS edit.com does indeed use QuickBasic. edit.com is only 413 bytes.

So now I'm wondering what other file called EDIT.COM I was confusing it with ...

(/me slinks back to my hole ...)
I *think* the "MS-DOS 7" version of EDIT.COM that came with Windows 95/98 was able to run without QBASIC. You may be thinking of that.
bagelswitch
Posts: 51
Joined: Wed Jun 26, 2019 7:09 am

Re: PC DOS 5 Editor

Post by bagelswitch »

bagelswitch wrote:Was fixbas.sys ever posted anywhere (or is anyone willing to share it)? I'm having the same problem with edit.exe reported here (doubled keystrokes), and would like to use edit (rather than other, working editors) under DOS 5 for purely nostalgic reasons :)
For anyone who may care and didn't already know this, the JRHOTKEY and NOBEEP TSRs that you can find in various old archives both fix the double-character and other keyboard issues in EDIT.EXE and other programs. I found these in the course of trying (successfully) to fix Zeliard save game restores (Fn keys act "stuck") today, and I can now use EDIT as well - bonus!
RiverBoa99
Posts: 9
Joined: Sat Oct 24, 2020 5:02 pm

Re: PC DOS 5 Editor

Post by RiverBoa99 »

bagelswitch wrote:
bagelswitch wrote:Was fixbas.sys ever posted anywhere (or is anyone willing to share it)? I'm having the same problem with edit.exe reported here (doubled keystrokes), and would like to use edit (rather than other, working editors) under DOS 5 for purely nostalgic reasons :)
For anyone who may care and didn't already know this, the JRHOTKEY and NOBEEP TSRs that you can find in various old archives both fix the double-character and other keyboard issues in EDIT.EXE and other programs. I found these in the course of trying (successfully) to fix Zeliard save game restores (Fn keys act "stuck") today, and I can now use EDIT as well - bonus!
Where can I find these JRHOTKEY and NOBEEP TSRs? I can't seem to find an archive for them.
bagelswitch
Posts: 51
Joined: Wed Jun 26, 2019 7:09 am

Re: PC DOS 5 Editor

Post by bagelswitch »

RiverBoa99 wrote:
bagelswitch wrote:
bagelswitch wrote:Was fixbas.sys ever posted anywhere (or is anyone willing to share it)? I'm having the same problem with edit.exe reported here (doubled keystrokes), and would like to use edit (rather than other, working editors) under DOS 5 for purely nostalgic reasons :)
For anyone who may care and didn't already know this, the JRHOTKEY and NOBEEP TSRs that you can find in various old archives both fix the double-character and other keyboard issues in EDIT.EXE and other programs. I found these in the course of trying (successfully) to fix Zeliard save game restores (Fn keys act "stuck") today, and I can now use EDIT as well - bonus!
Where can I find these JRHOTKEY and NOBEEP TSRs? I can't seem to find an archive for them.
Attachments
NOBEEP.zip
(15.28 KiB) Downloaded 126 times
RiverBoa99
Posts: 9
Joined: Sat Oct 24, 2020 5:02 pm

Re: PC DOS 5 Editor

Post by RiverBoa99 »

For anyone who may care and didn't already know this, the JRHOTKEY and NOBEEP TSRs that you can find in various old archives both fix the double-character and other keyboard issues in EDIT.EXE and other programs. I found these in the course of trying (successfully) to fix Zeliard save game restores (Fn keys act "stuck") today, and I can now use EDIT as well - bonus![/quote]

Where can I find these JRHOTKEY and NOBEEP TSRs? I can't seem to find an archive for them.[/quote][/quote]

Thank you!

Do you have JRHOTKEY too?
jscrow
Posts: 72
Joined: Sun Jan 11, 2009 2:30 pm
Location: Cincinnati, Ohio

Re: PC DOS 5 Editor

Post by jscrow »

I found JRHOTKEY in the PCjr Club Library that I had downloaded years ago. I didn't even know I had it ...
Attachments
JRHOTKEY.zip
(9.94 KiB) Downloaded 124 times
jscrow
Posts: 72
Joined: Sun Jan 11, 2009 2:30 pm
Location: Cincinnati, Ohio

Re: PC DOS 5 Editor

Post by jscrow »

Not only does JRHOTKEY fix EDIT and Zeliard, I can now use my favorite screen saver on the PCjr!

Where before I could not exit the falling letters screensaver by pressing a key, adding JRHOTKEY to autoexec.bat has fixed this.
Attachments
fallscr.zip
(7.16 KiB) Downloaded 124 times
Hargle
Posts: 171
Joined: Wed Apr 27, 2011 3:53 pm

Re: PC DOS 5 Editor

Post by Hargle »

Just typing out-loud here, but the keyboard fix this program performs could be added into the jrIDE BIOS as a permanent update.

" This program makes the PCJr keyboard interrupt routine (INT
09h) compatible with the PC keyboard interrupt routine. The
difference between the two is that the PC routine takes its
input from hardware port 60h while the PCJr routine takes
its input from the AL register (supplied by the PC
compatibility routine INT 48h). The PCJr compatibility
routine puts the converted key scan code into hardware port
60h just prior to calling the INT 09h routine. This routine
loads and keeps resident a small routine that ensures that
the BIOS INT 09h routine takes its input from hardware port
60h, thus creating strict PC compatibility."

The downside would be if one ever wanted to remove such a fix for true PCjr mode. Is there is any software that breaks when jrhotkey is running?

It would be more interesting to explore a full disassembly, patching, upgrading and replacing the mainboard BIOS to address these things than using jrIDE to do the job, but that's a thread for a different day.
Post Reply