answersLogoWhite

0


Best Answer

Most likely it's because UAC has blocked your batch file. Make sure that you are running cmd in "Administrator mode" or turn off UAC.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Why didn't my changes take effect when i saved over a batch file from notepad which was opened in cmd?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you extract code from batch file?

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


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.


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 create and run a batch program?

Easy enough to create a batch program is you know what the commands are simply goto a text file or notepad and save it as "something.bat" and click on it


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

kjio ^ couldn't you be more creative? xD


How to create a batch file and impliment it?

To create a batch file open notepad, textedit, or whatever editor you wish to use. Once open write your program, check for errors, and "make simple text." Save this program as whateveryouwant.bat. Open the file and the batch file will execute.


How do you create and launch batch file with multiple websites?

Well Here is your answer: type this in Notepad: start www."website".com and save as "anything.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.


What is X bat exe?

x.bat is a batch file created to perform some task . What it does would be unknown unless it is opened in notepad and the commands read. Some bat files are harmless and some are malicious . If you feel it is malicious then run your anti virus software and also an online virus scan


How does one write a batch file?

There are a number of steps one must take to write a batch file, which is an executable file that can automate frequently performed tasks on a computer. Batch files can be written in Notepad, saved, and then once the file extension is changed to .bat, can be double clicked to execute.


What effect does switching echo on have the execution of batch file?

It displays or echos each line of the batch file to the output window before executing it.


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.