Skip to main content

How to make exefile from batfile or vice versa

# Open Dos
# Type "assoc .ext=fileType
i.e you want to conver .bat file to .exe
Eg: type c:\>assoc .bat=exefile
# Here you convert the bat file to exe file.

NOTE: I have written this command in c: so all the .bat file of c drive will be converted in exe file. This command is not useful for single file. You can write this command in notepad and save it as .bat here is your new virus.

Comments

Popular posts from this blog

Appium: error: Couldn't start Appium REST http interface listener

Sometime it happens that Appium server doesn't start getting below error message - error: Couldn't start Appium REST http interface listener. Requested port is already in use. Please make sure there's no other instance of Appium running already. Solution: In Windows - Start Task manager > Open Processes Tab > Kill process ' node.exe ' Start the Appium server again it will resolve the issue.