answersLogoWhite

0

What else can I help you with?

Related Questions

What is the purpose of the command prompt?

the command prompt is a program where you can command the computer to perform functions such as shutdown, restart, open a certain file, start a program, etc.


What command will encrypt a file?

Try installing and using Truecrypt


What does the command prompt DEL do?

the DEL command deletes a specified file when typed in the form below: del file for more information about the command, type : del /? in command prompt


How do you execute commands in a batch file in timed intervals?

You can use START with the /WAIT switch and TIMEOUT. Enter "START /?" and "TIMEOUT /?" at a command prompt for details.


How do you check the integrity of an ISO file?

To check the integrity of the an ISO file you will need to open command prompt. Once in command prompt type in: c:\> fciv , and the iso file name.


How do you send commands to a command-line EXE program from a batch?

Just put the commands in your batch file. When someone runs the program, it will execute the commands it comes across line-by-line. - Example Batch Script: This script will run an application EXE file with command line parameters. This will use the shutdown.exe file that comes with windows. It shuts down the computer in 60 seconds. @shutdown -s -t 60 - You could also use the START command. For any command or exe file that runs from the command line, you could open a command prompt and type the name of the file followed by /? to find out what you can use as command parameters. Example: START /?


How do you copy and paste using a batch file?

a batch file is used to automate the running of commands at a command prompt using the program command.com or cmd.exe. There are not any default available commands that will copy to or from the clipboard. You must use a 3rd party executable and pipe (|) the results to and from it.


Commands of the auto-cad with command symbol?

file


What if you copy paste a file from Google is that downloading?

It is considered downloading if the pgn file is corrupted or if the nano-script isn't hacked. To determine whether or not it is hacked, you must go into the command prompt. to get to the command prompt type in the search programs and files "Command" hit the thing that pops up. type " Shutdown /s " in the command prompt and it will determine whether or not the file is bad.


How do you put a file on a remote computer through command prompt?

ftp (file transfer protocol)


How do you remove a Trojan downloader targetsoft.A from interadpt.dll file?

This is for windows xp sp2 START > RUN > cmd (Click OK or press Enter on the keyboard) (The Command Prompt Window appears) (Press Enter after each of the following commands) cd\windows (puts the prompt back to c:\windows) cd system32 (moves to c:\windows\system32) Ren interadpt.dll interadpt.old (renames the file) exit (exits the command prompt) Reboot the computer. START > RUN > cmd (Click OK or press Enter on the keyboard) (The Command Prompt Window appears) (Press Enter after each of the following commands) cd\ (puts the prompt back to the root of C:) netsh winsock reset catalog (this will repair the winsock keys) exit (closes the Command Prompt Window) (Restart the computer) Try browsing the Internet -


What is the horizontal line on the top left of computer called?

That is called a cursor. If you are talking about a one-space long horizontal line that 'blinks' when the rest of the screen is all black, that is for a DOS command. Prior to the original Windows, all computers ran from the DOS prompt. For example, to copy a file you needed to go to the DOS prompt and type in a command line and the entire file name. The command line uses switches, e.g. the forward slash \ and spaces between pieces of the command. The way it was written had to be exact. Today, you will find the DOS command prompt under "Run" and type in cmd into the box. Google for "command prompt syntax" for lists of common commands.