answersLogoWhite

0


Best Answer

You can just open the batch file with notepad and look at the code

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you extract code from batch file?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Can a file with a weird extension but with batch file code be read using another batch file?

Nope, the format of a file is a vital part of a successful batch file. Even if a file with an unknown file format contains working batch file code in it, a batch file will still not be able to read it because of its foreign file extension. If you want the batch file to be able to read the foreign file, then you can set it to rename the mutated file to .bat format and then read it for it to work. Example: @Echo off REN File.Foreign File.bat CALL File.bat exit


How do you copy batch file itself on any location?

Here's the code: @echo off copy "Location of Batch File" "Location to copy file into" exit


Why does this batch file closes whenever you type in a command that has a symbol or space in it how do you fix this?

A batch file will close when it reaches the last line of code or an error.


What is a Windows Batch File?

It is lines of code written out and then when saved and opened the lines of code are executed line by line.


What is the extension of batch file?

the extension of a batch file is ".bat"


In java what is an application?

An application is a compiled batch of source code, usually in the form of an executable or JAR file.


What is ending or close program code for batch file of Notepad?

kjio ^ couldn't you be more creative? xD


What is a batch file?

A batch file is the text file that contains a series of commands that MS-DOS carries out. A batch file is created by COPY CON command after specifying a file name by using extension as .BAT in DOS mode.


What is a batch code?

A batch code is basically a mini program, that does something in Comman Prompt. You can write a very simple batch file, or a extensive one that can do a lot of stuff. If you know anything about "Command Prompt", then you most likely know simple commands such as "Start" and "chkdsk". A batch file will let you run a lot of commands really fast instead of retyping them. People use batch files to take ownership of a lot of files, to do routine maintainence on their computer and to hack.


Is there any batch file editor to create batch file without learning syntax?

You can't download a program that makes a batch file to do what you want to do. You will need to legally learn about hacking, and then write the file yourself.


A file with a bat file extension is called an what?

A batch file.


What is Batch File Maker?

you can use notepad for creating a batch file. just when you save the file that you made, add .bat as a file extension. like this: "sample.bat".