answersLogoWhite

0

Use Save As Command...

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What command would you utilize to change the ownership group of a file named xxx.php?

If you are asking about group ownership change then the command is 'chgrp'


What is the symbol for redirection of output?

The symbol for redirection of output in a command-line interface is the greater-than sign (>). It allows you to send the output of a command to a file instead of displaying it on the screen. For example, command > output.txt saves the output of the command to a file named output.txt. To append output to an existing file, you can use >>.


What program command saves a copy of a file under a different name?

The Save As command.


In order to save an existing document with a different nam e you need to?

You can do this with the help of 'Save As' option. To Do this follow below steps:Click on the File menu.Now select 'Save As' option.Choose new name for the file & location to save.Click on the 'Save' button.Done


How to connect note pad to command prompt?

To connect Notepad to the Command Prompt, you can open Command Prompt and type notepad followed by a filename (e.g., notepad myfile.txt). This will open Notepad with the specified file, allowing you to create or edit it. If you want to open an existing file, simply provide the path to that file. You can also use the command start notepad to open Notepad without a specific file.


What is making changes to an existing file called?

Making changes to an existing file is called file editing.


If mkdir test fails what could be the possible reasons?

If the mkdir test command fails, possible reasons include insufficient permissions to create a directory in the specified location, an existing directory or file with the same name, or the parent directory not existing. Additionally, if the file system is read-only or there are issues with the underlying storage (like being full or corrupted), the command may also fail.


How do you utilize the ES file explorer you loaded onto your LG Optimus C by Cricket?

Use your voice command software to activate the automatic utilization feature that comes with your phone.


How do you make a new command in Unix?

first, make a file. in the file you type in the command's name. an example would be the command date. name the file what you want to call that command. when you use the command, type in cat filename and the computer will do the command.


How can I use the keyword "ffmpeg" to convert a video file into a different format?

You can use the keyword "ffmpeg" in the command line to convert a video file into a different format by specifying the input file and the desired output format.


Which redirection operator appends STDOUT output to the given file name adding it to the end of any existing file contents?

The redirection operator that appends STDOUT output to a given file is >>. When used, it directs the output of a command to the specified file, adding the new content to the end of any existing contents without overwriting the file. For example, using echo "Hello" >> file.txt will append "Hello" to the end of file.txt.


How can I use ffmpeg to convert a video file into a different format?

To convert a video file into a different format using ffmpeg, you can use the following command in the terminal: ffmpeg -i inputvideo.mp4 outputvideo.avi Replace "inputvideo.mp4" with the name of your input video file and "outputvideo.avi" with the desired name of your output video file. This command will convert the video from MP4 format to AVI format.