Skip to content
This repository has been archived by the owner on Sep 8, 2021. It is now read-only.
/ BatToExe Public archive
forked from lachlankrautz/BatToExe

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlankrautz committed Jan 3, 2016
1 parent e97f6c3 commit 1b01295
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,9 @@ The aim of this application is to convert batch files (*.bat) to executable file
To get you started copy the following text then paste into a blank text file.
After saving rename the text file’s extension to .bat:

`@echo off

"%SystemRoot%\System32\ipconfig.exe" /all

@pause`
@echo off
"%SystemRoot%\System32\ipconfig.exe" /all
@pause

Specify your newly created *.bat file as an input batch file to BatToExe.exe,
then specify a file name and location for the executable file that will be generated.
Expand Down

0 comments on commit 1b01295

Please sign in to comment.