Answerbag: Shadowb170's answers http://www.answerbag.com/profile/26928 New Answerbag answers from Shadowb170 Tue, 29 May 2012 07:21:33 -0700 Tue, 29 May 2012 07:21:33 -0700 Answer to What are the levels on Answerbag? http://www.answerbag.com/a_view/4225236 What are the levels on Answerbag?<br /><br />um, I never asked this question? My question disappeared and it was replaced with this one, no idea. Wed, 08 Oct 2008 17:43:58 -0700 http://www.answerbag.com/a_view/4225236 Answer to How do I create an .exe file that "does nothing"? A program that opens and closes and can be renamed. http://www.answerbag.com/a_view/28811 How do I create an .exe file that "does nothing"? A program that opens and closes and can be renamed.<br /><br />I just tried an experiment, and it worked. --- C:/&gt;del doNothing3.exe Could Not Find C:/doNothing3.exe C:/&gt;echo MZP&gt;doNothing3.exe C:/&gt;doNothing3 C:/&gt;doNothing3 C:/&gt;doNothing3 C:/&gt;type doNothing3.exe MZP C:/&gt; -- I opened console via windows run... Tue, 30 Aug 2005 17:58:03 -0700 http://www.answerbag.com/a_view/28811 Answer to How do I create an .exe file that "does nothing"? A program that opens and closes and can be renamed. http://www.answerbag.com/a_view/28798 How do I create an .exe file that "does nothing"? A program that opens and closes and can be renamed.<br /><br />Download a free compiler, such as the free borland one on their site. Set that up as the instructions say. open notepad or something basic like edit.com or qbasic.com. Type in the codes below, and save it with a name such as doNothing.cpp If you have the compiler setup right, such as... Tue, 30 Aug 2005 17:21:58 -0700 http://www.answerbag.com/a_view/28798 Answer to Is it possible to create an exe file that will shut down my Windows PC? http://www.answerbag.com/a_view/28607 Is it possible to create an exe file that will shut down my Windows PC?<br /><br />One way is, if your using an earlier version of windows (such as 98fe), and you have a compiler for C++, such as the free one on borlands site, then using a system function to open power.com in the commands folder, should work. power.com is not a slow off, its like hitting the master power.... Sun, 28 Aug 2005 22:47:37 -0700 http://www.answerbag.com/a_view/28607