AT2k Design BBS Message Area
Casually read the BBS message area using an easy to use interface. Messages are categorized exactly like they are on the BBS. You may post new messages or reply to existing messages!

You are not logged in. Login here for full access privileges.

Previous Message | Next Message | Back to BAT Magic  <--  <--- Return to Home Page
   Local Database  BAT Magic   [241 / 250] RSS
 From   To   Subject   Date/Time 
Message   Jake the Snake    cofee   need......   April 26, 1996
 2:09 PM  

� Hi,  Does anyone out there know of a goof assembly file or a program that can
� unload any specified TSR driver?  I found a few program like TSRmaker but, it
� requires to mark the TSR before load.  This way only works only for certain
� TSR driver but not with the one that is load using "device" in config.sys.  I
� need a something that can remove any TSR driver, not including "HIMEM" and
� "EMM386", when I ask.

Sorry, what you're asking is not possible.  And even if it were,
you wouldn't want to do that, because it would leave a "hole" in
memory...which would cause all kinds of problems.

� Also,  Does anyone know what is the equivalent Escap Sequent in Qbasic and
� assembly language?  In Qbasic the Escape Sequent is "char$(27)".   thanks...

In assembly language, you'd simply print the ESC sequence to the
screen.  For example:

    escseq  db     01Bh,'[2J$'       ;ANSI escape sequence to clear scrn
                                     ;  (ESC [2J)
            mov    ah,9              ;function 9 - print string
            mov    dx, offset escseq ;point DX to the escape sequence
            int    21h               ;call DOS services

��������������������������� SUN COUNTRY BBS ��������������������������������ķ
�-Virtual Advanced -(208) 773-2057---24 HOURS--VNET @1208O1O---DrumNET @ 1 --�
��������������������������� POST FALLS, ID. ��������������������������������Ľ
  Show ANSI Codes | Hide BBCodes | Show Color Codes | Hide Encoding | Hide HTML Tags | Show Routing
Previous Message | Next Message | Back to BAT Magic  <--  <--- Return to Home Page

VADV-PHP
Execution Time: 0.0212 seconds

If you experience any problems with this website or need help, contact the webmaster.
VADV-PHP Copyright © 2002-2024 Steve Winn, Aspect Technologies. All Rights Reserved.
Virtual Advanced Copyright © 1995-1997 Roland De Graaf.
v2.1.241108