xlsm
The File name is the name you want to give the file. The Save As Type allows you specify different formats that you can save the file in. You may be saving the file so that it can be opened with other applications. You may be saving it, but not with the particular extension that is standard for it, but with your on. For a web page saved in a text editor you would use .htm or .html for the extension, and use the *.* for the Save As Type to ensure it doesn't add a .txt extension onto the end of the filename.
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
Odt.
What i know is java we will use compiler when it want to get class file(file with .class extension) from java file(file with .java extension).
File extensions are simply part of the file name. Your operating system will often use the extension part of the file name (after the dot) to determine which program to open the file with. You could make a simple batch script by opening a .txt file, adding the scripting stuff into it and saving it as a .bat file. Your operating system will then treat it as a script you can run rather than opening it directly in a text editor.
title
The Microsoft video file format uses an extension of .mpg. AnswerSelected Answer: False
Majority of programs and software you install have the information inside the installing process which automatically creates the File Extension file to open with. Some files have information inside them with options for the File Extension and you Operating System will find a best fit option for the File.
File extension. Such as .docx, .wmv, .jpg
A file name is the main name given to a file, such as document.docx. The file extension, represented by the characters after the dot, indicates the type of file and helps the operating system identify which software to use to open the file. For example, in document.docx, ".docx" is the file extension indicating that it is a Microsoft Word document.
No, you do not have to type the file extension if you want to include the file name. You only use file extension to make the specific file be able to be run by the program. Example: I want to make my file into a java program so i can use with a specific type of program which only runs java file i put .jav at the end of the title to make it from a text file to a java file.