View Single Post
  #35  
Old September 24th 18, 09:17 AM posted to alt.msdos.batch,alt.windows7.general
Kerr-Mudd,John
external usenet poster
 
Posts: 19
Default how to get the title into task manger 'window'?

On Sun, 23 Sep 2018 20:32:43 GMT, "Kerr-Mudd,John"
wrote:
[]

I wasn't coding well last night - try this.

mov ah,0 ; inquotes_flag off
nextc:
lodsb
cmp al,0 ; null terminates
je havestr
cmp al,'"'
jne notaquote

xor ah,1 ; toggle inquotes_flag
jne nextc ; in string, carry on
notaquote:
cmp al,0x20 ; space ends unquoted string
jne nextc
havestr:





--
Bah, and indeed, Humbug.
Ads