you can also use Wordpad
just add an extension .java when you save your notepad text file
There is Notepad and Wordpad that come on your computer. Microsoft Word has clip art and special things, but you can type a regualr document on wordpad. Wordpad is more like Word than Notepad. Like it's name, Notepad is really just for taking notes. People who make websites can use notepad to write their websites.
A gif file has information that cannot be directly editing it just by modifying it as raw text. If you open your .GIF in notepad, you will see what I mean.
Just open notepad, go to file, open, and click on the file you saved it as
You can just open the batch file with notepad and look at the code
Notepad files aren't something that just pop up on your system. You have to make them through the program called Notepad, which can be found at Start>All Programs>Accessories>Notepad. Once you have made the notepad document, you can save it somewhere on the computer, and then it is an editable Notepad file.
It is a plain text file, just text, no graphics, no formatting, no colours or anything like that. It is just for when the text is important, not how it looks. Web pages and programs and data are often in plain text files. Applications like Notepad are used to create text files.
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".
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
An .ans file is a ANSI encrypted text file. Don't worry though, you can just right click and open it with notepad. :)
You create a batch file by opening up a text editor, the standard windows one is Notepad. Next just start coding using dos commands, for a tutorial visit http://www.allenware.com/icsw/icswidx.htmOnce you finish writing your file just click File-->Save As--> fileName.batAlso choose all files under the "Save as Type" drop down menu.
if you know how to code read this, just save your prgram as a .exe file.