Results 1 to 27 of 27

Thread: [RESOLVED] Remote Login and starting a batch file

Threaded View

  1. #10
    PowerPoster
    Join Date
    Mar 2002
    Location
    UK
    Posts
    4,780

    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
  •  



Click Here to Expand Forum to Full Width