|
-
Aug 25th, 2010, 06:56 AM
#10
Re: Remote Login and starting a batch file
Your are missing quotes around your "explorer.exe", you have to doubleup to use them in a string (or even triple at begining or end)
("SELECT * FROM Win32_process WHERE Name = ""explorer.exe""")
Use * for all fields or you wont see the data to help you identify the app. You only have to return 1 field when you get your real value as you don't care what value it has, just that you have something.
Last edited by Grimfort; Aug 25th, 2010 at 07:02 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|