Msg: 2790 *Conference*

06-19-92 21:21:43

From: DREW BLANCHAR

To : MIKE NICHOLS

Subj: WE GOT ANSWERS

OK, Mike, here's the listing for DIR.BA
  
 2  PRINT "HIMEM:";HIMEM;" MAXRAM:";MAXRAM
 4 FOR I = 63842 TO 64138 STEP 11
 6 PRINTUSING "###  ";PEEK(I);
 8 FOR X = 3 TO 10
 10 PRINT CHR$(PEEK(I+X));
 12 NEXT X
 14 A=PEEK(I+1)+PEEK(I+2)*256
 16 PRINT,A
 18 NEXT I
   
Key that in, or capture it, save it, then run it to your CPU's delight.
   
I've enclosed the listing for Q-BLDR (not TIMCRD) where I've used VARPRT in
lines 44 & 205.

It kinda puts a link in a .BA program.  Have fun,  -dB


*Enclosed File: q-bldr.do