Anyone have any tricks up their sleeve to do as the title says? For example:
I'm working within a 32bit app that calls a command using cmd.exe. In taskmanager we see cmd.exe*32
From that cmd.exe, say we want to launch notepad.exe. Obviously taskmanager will show notepad.exe*32. We want plain old "notepad.exe" running in 64bit mode.
Thoughts:
I've been unable to do this using vbscript and may try a .NET console application next.
Another thought is to set up a schtask, run it, then delete it....but that sounds messy.
Am I missing something that would make this extremely easy?