Could someone write me a very simple Windows 7 script?

Page 2 - Seeking answers? Join the AnandTech community: where nearly half-a-million members share solutions and discuss the latest tech.

Zoandar

Junior Member
May 7, 2013
18
0
61
Thanks, Warmonger,

but as I mentioned earlier, using "command prompt" as a $WindowTitle doesn't work. I have to change that to "cmd" and then it works.

This version also works correctly for compiling with resample.exe.

:)

Thanks!
 
Jan 31, 2013
108
0
0
Thanks, Warmonger,

but as I mentioned earlier, using "command prompt" as a $WindowTitle doesn't work. I have to change that to "cmd" and then it works.

This version also works correctly for compiling with resample.exe.

:)

Thanks!
On Windows 8, the command prompt is "Command Prompt". That's why I have it set as such to test it on my own machine. ;)
 

Zoandar

Junior Member
May 7, 2013
18
0
61
On Windows 8, the command prompt is "Command Prompt". That's why I have it set as such to test it on my own machine. ;)

Those Redmond boys just can NOT ever leave anything be. They always have to mix it up when a new version is released, and scramble the locations and names of things we had come to "know" in earlier Windows versions. ;)

Thanks for the help! :)
 
Jan 31, 2013
108
0
0
Those Redmond boys just can NOT ever leave anything be. They always have to mix it up when a new version is released, and scramble the locations and names of things we had come to "know" in earlier Windows versions. ;)

Thanks for the help! :)
Well if you launch a console application, the title becomes "C:/bla bla/program.exe" like in previous versions. But when you launch a clean command prompt, its title is Command Prompt like it should be (instead of C:/Windows/bla bla/cmd.exe). ^_^