Replies
Welcome, guest
Join CrazyEngineers to reply, ask questions, and participate in conversations.
CrazyEngineers powered by Jatra Community Platform
-
@parihar888-UQUZ7k • Jan 17, 2008
Let me know
HI ,
we can easily create batch files just saving the text in notepad with .bat xtension , but how can we get .bat file to .txt file??? -
@lord-ec-EvZ5RZ • Jan 17, 2008
Re: Let me know
Right Click on the .Bat file and then use "open with" dialog to open it with Notepad. -
@prasad-aSUfhP • Jan 21, 2008
rename the .bat extension to .txt? Will that not work??
-
@viiper-lBkKr0 • Mar 21, 2008
Select 'Open with' option from the right click context menu and then choose "Choose Program". Select notepad from the list and then you can save the file in .txt form
-
@friendster7-oVJr9h • Mar 21, 2008
u can convert the .bat file into .txt file..by
selecting the .bat file right click>>properties>>openwith change to Notepad.. -
@sai-1hmfu3 • Dec 3, 2018
you can easily convert .bat to .txt by simply right clicking on the .bat file and select edit.From there copy the whole code and paste it into a new notepad and delete .bat file.
Yes!you are done........