| |
netman06
Posts: 108
Score: 0
Joined: 10/19/2006
Status: offline
|
Hello, I have a problem with getting a variable from an Input Box. I do not get an error it just bypass the statement. Original Statement: Which works wmiQuery = "Select * From win32_service Where name = 'messenger'" Modified Statement: Does Not work 'wmiQuery = "Select * From win32_service Where name = '(returntext1)'" I have an Input box that captures the returntext1, which should be the Windows Services Service Name, IE Messenger. I guess it has something to do with the '(returntext1)'", but I can not find it should it be 'returntext1'" or (returntext1) If anyone can help me find the problem here, that would be fantastic. Thanks, Mike
< Message edited by netman06 -- 12/31/2006 4:55:18 PM >
|
|