Same string

I am trying to compare some string but it seem's not to work.
Let's say that:

A = 'C:\hello'
B = 'C:\hello'

function something()
{
Showmessage('Hello')
}

function somethingelse()
{
ShowMessage('Somethingelse');
}

If A = B then goto something()

Plus it will be very nice to have it also in:

If A not = B then goto somethingelse()

If someone can help me then have it in Tasm32.
[520 byte] By [Rosi] at [2007-11-19 1:32:35]
# 1 Re: Same string
http://burks.brighton.ac.uk/burks/language/asm/asmtut/asm1.htm#toc
lepricaun at 2007-11-10 3:56:05 >