answersLogoWhite

0

I am not exactly sure what you are asking, but I will try:

if you have a notepad file that you want to run in command prompt, you need to save it as a (DOT)cmd extension instead of a (DOT)txt. the icon then should look like a blank dialog box with a gear i think.

You just simply type the same commnads you would in command prompt in notepad. You will want to separate each command line by pressing enter.

To simply call up the command prompt window using notepad, type in notepad:

command

then save as command.cmd

Also, with some commands you might want to insert a pause before going on to the next command. To do this just hit enter and type pause, then hit enter again and insert your next command. Here's an example:

Open up notepad and type:

command

pause

ipconfig

pause

then save as test.cmd on your desktop. Then exit notepad, click on the icon that says "test", and watch it work :)

Edit:

1. Open notepad

2. Type in "command.com" (without apostriophies)

3. Save as %type in a name of a file%.bat (ideally on Desktop)

4. You're done. Double click the new file you created

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Where can you get a program that can execute basic batch commands without using notepad?

It is called Command Prompt and it comes with Windows operating systems NT through Vista. You can access the command prompt by clicking Start/Run... , typing CMD, and then press ENTER or click the OK button.


How do you start regedit using command prompt?

Just run "regedit" command from DOS..


How do you change registry using command prompt which name is in spaces?

You can start registry editor using command prompt by using "regedit" command. You can also use registry tools such as "regedit /restore" or "regedit /fix" etc.


How do you open command prompt using note pad?

don't know how do do it using notepad but can use excell and create a hyperlink with this address file:///c:/windows/system32/cmd.exe and follow the link


How to open command prompt?

If your using vista or windows 7 click start and type "cmd"


How do you do next line in command prompt?

when using command prompt, after you give it a command, press the enter button. Command prompt will then carry out the task and will automatically go to the next line.


How do you hide the folder by using command prompt?

the thing that you have to do is nothing but just type in the following @echo off :a start start start start start start goto:a


After using the windows 98 start up menu to boot the system to a command prompt what command can you use to load the windows desktop?

That's impossible.


How can you bypass internet filtering using command prompt?

Its not possible from DOS Prompt..


How do you run checksum from DOS prompt?

You can do it by using "chkdsk" command.


How can open wordpad using run command?

Simply open the "Run" command. Then type in "Wordpad" and it will start up. If not then it dose not exist on your pc, try "Notepad" if wordpad dose not work.


What is the command to run your programexe using the command prompt?

Run program.exeorthe name of the program, with or without .exe (if the command prompt is in the same directory/folder of the executable)