BBS: Inland Empire Archive Date: 12-13-92 (17:18) Number: 360 From: ROB MCKEE Refer#: NONE To: JAMES VAHN Recvd: NO Subj: Re: Printing Screen Conf: (2) Quik_Bas
Hi , In response to: MT> I have noted in my journeys through DOS, that
JV> EDIT.COM will not work MT> if QBasic is missing. I
JV> removed it for more space
JV> (I've got Quick Basic MT> after all), and when I
JV> tried to EDIT something, it
JV> wouldnt work for the MT> lack of QBasic.... any explainations?
JV> Sure. Edit.Com loads Qbasic into memory and MAKES CHANGES to it
JV> before execution. Personally I think it's too much disk space
JV> for an editor (having Quickbasic too), some 250k if I remember
JV> correctly.
JV> Too bad Edit.Com isn't smart enough to make use of QB4.5 !!!
It's easy enough to patch though:
edit.pat
n \dos\edit.com
l
n \dos\editqb.com
w
n edit.com
e 275 ".EXE" 00
; changes File name to QB.EXE
e 1a4 07
; Sets Length of ASCIIZ Filespec
e 295 " "
; Change to anything you want but must be 6 spaces total
; Was '/EDCOM'
w
q
TTYL -Rob
------------------------------ 8< ---------------------------
--- EZPoint V2.2
* Origin: Flyer Proof Computer Services V# 510-237-8091 (1:125/1212.13)

Books at Amazon:
Back to BASIC: The History, Corruption, and Future of the Language
Hackers: Heroes of the Computer Revolution (including Tiny BASIC)
Go to: The Story of the Math Majors, Bridge Players, Engineers, Chess Wizards, Scientists and Iconoclasts who were the Hero Programmers of the Software Revolution
The Advent of the Algorithm: The Idea that Rules the World
Moths in the Machine: The Power and Perils of Programming
Mastering Visual Basic .NET