Thursday, December 2, 2010

Hide and run exe using notepad

How to hide and run any executable exe using notepad



steps
open your command prompt
suppose i have a portable exe resides on c drive then
C:\>ren abc.exe abc.txt

once above command rename the abc.exe to abc.txt


if someone tries to open this file it wont launch in proper manner

if u wanna launch this exe using notepad follow below command
C:\>start abc.txt
the application will be launching eve u can check in taskmanager that the process does abc.txt not abc.exe