Jump to content

run a cmd with script and hide command window


blackcell

Recommended Posts

I am running a script that called cmd to do some things and I want it to not show the command window, even for the brief 3 seconds it does. I am trying to build my own module for portable apps and I need the window to not appear to be seamless. Anybody know of any cmd switched to do this?

If you're running it through task scheduler, you can run it as another user and it shouldn't show up on your stuff.

 

 

 

Other wise, you will have to make an application that spawns the other application, the parent application being hidden.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.