Need a couple command line switches
Looking for two command line switches.
1) Need to add a `restore´ extension to a command that will launch, and
also restore an app from being minimized. For example, when one app
launches the email client, it should include an extension on the command
line that tells the email client to come out of `Minimized´ condition if
it's already running and minimized.
2) Need to set CPU Affinity when launching an App. For example when
launching a simulation, it should be set to run on CPUs #3 and #4 only
and not #1 and #2.
-ed
.
Relevant Pages
- Re:Shortcut parameters
... I would like to know if you can pass a number from a shortcut to my program ... I know how to use the command$ but this only seems to work if my exe is ... Is there a way to create a shortcut to my app and then add a parrameter ... I am trying not to associated my app with an extension, ... (microsoft.public.vb.general.discussion) - Re: Problems shelling another application
... to the exe in the command line given to the shell function?? ... So the app is just extremely poorly written, in that it's too lazy to "find itself" as it looks for other files that are in the same directory. ... Steve's fix of setting the current directory prior to launching the app isn't really the "right" fix. ... UNLESS, of course, this app he's launching is not his own and so he doesn't have the source code to fix the problem in it, in which case setting the current directory first may very well be the only work-around to the problem. ... (microsoft.public.vb.general.discussion) - Re: EnableShellOpen() for windows mobile
... on the command line (assuming that's where you're ... launching it from, of course). ... Paul T. ... Remote Registry Editor, as what you have there doesn't tell me what I ... (microsoft.public.windowsce.embedded.vc) - Re: When PPC is switched on automatically run .NET CF application
... advise some caution because launching managed applications in this way is ... run on every soft reset we needed a native exe which would delay launching ... Another way of launching an app is to place a shortcut (or the native ... > I know thanks to your post that Registry class from OpenNETCF has to be ... (microsoft.public.dotnet.framework.compactframework) - Re: Vanishing threads in shell-script-started process on solaris 10
... Originally, app ... I saw all the daemons running with all their threads intact ... Next I tried launching the daemons from bourne shell command line as ... (comp.unix.solaris) |
|