|
-
Nov 9th, 2018, 06:34 PM
#1
Thread Starter
Lively Member
Use Run Task in Background
What I am trying to accomplish is similiar to the process.start("app.exe") command except this does not fill my needs. When you press windows + R on your keyboard running windows, you get the run windows task dialog, I need to use this tool to launch specific tasks. Some are applications, utilities, and directories. Strictly, only this tool will launch the task guarenteed.
Right now, I have been using process.start("cmd.exe").
But when I use process.start("documents"), the documents folder will not pop up, for example.
So my code does not really work. Any suggestions? I'd like this to be accomplished in the background as well.
Here is a few example of codes that I need to be able to run to test.
cmd.exe
msconfig
msinfo32
documents
c:\
wmimgmt.msc
If these 6 tasks work, then the code will more than likely work for me 
Thank you!
Tags for this Thread
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
|