home bbs files messages ]

Forums before death by AOL, social media and spammers... "We can't have nice things"

   alt.msdos.batch      Fun with MS-DOS batch files      42,547 messages   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]

   Message 41,643 of 42,547   
   JJ to All   
   Re: How do I hide choice.com's cursor?   
   13 Jun 18 08:56:54   
   
   From: jj4public@vfemail.net   
      
   Oops, sorry. I forgot the "q" DEBUG command in the scripts. Below are the   
   corrected scripts.   
      
   csroff.pat:   
   [code]   
   a   
   mov ah,03   
   xor bx,bx   
   int 10   
   or ch,20   
   mov ah,01   
   int 10   
   ret   
      
   n csroff.com   
   rcx e   
   w   
   q   
      
   [/code]   
      
   csron.pat:   
   [code]   
   a   
   mov ah,03   
   xor bx,bx   
   int 10   
   and ch,1f   
   mov ah,01   
   int 10   
   ret   
      
   n csron.com   
   rcx e   
   w   
   q   
      
   [/code]   
      
   csrtog.pat:   
   [code]   
   a   
   mov ah,03   
   xor bx,bx   
   int 10   
   xor ch,20   
   mov ah,01   
   int 10   
   ret   
      
   n csrtog.com   
   rcx e   
   w   
   q   
      
   [/code]   
      
   --- SoupGate-Win32 v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]


(c) 1994,  bbs@darkrealms.ca