answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: A small picture that can open a program or start a command is an?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you start the display program in Linux from the command line?

the command "display" brings up the ImageMagick program.


What DOS command will start text editor program?

Run "edit" command..


What command is used to execute an Apache program?

apachectl start


How do you execute an Apache program in Linux?

Enter this command as root: "apachectl start"


The command used to execute a BASIC programme?

Assuming a BASIC program is loaded into memory, the correct command to execute a BASIC program is: RUN. If you would like to start your program at a particular point in the execution, you may use RUN [#], where [#] is the line number you would like to start execution at.


Where java program started?

If it is already compiled, you can start your Java program from the command line. Just type java myclass replacing "myclass" with the program you want to start - a program with the ".class" extension, for example, myclass.class.


What is the Name of the program used to start or stop a service running in the background?

run "bg" command


Which command can be used at the command line to start the printer configuration program?

Ubuntu: system-config-printer brings up a GUI printer configuration


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.


How do you debug a program that is already running?

Assuming that you have written a program named abc.c and created executable abc. Steps: 1. run your program from command line ./abc 3. get the PID processid of the program from PS aux | grep abc 3. start the gdb from command line 4. type following command on GDB prompt (gdb) attach PID where PID = your program's processid got from step 1.


What is a small program that runs when you start computer?

File Allocation table


How do you run a DOS program in a window?

you have to use the command prompt(also called the DOS prompt by older users. You can find this by going to "start" , "programs" , "accessories" and "command prompt"