answersLogoWhite

0


Best Answer

Surround the name of the program in quotation marks, such as: "C:\Program Files (x86)\Programmer's Notepad\pn.exe".

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you execute a program in cmd with space?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Does SGID allow users to execute a binary compiled program?

Not, the execute bit does that.00100 - execute for user00010 - execute for group00001 - execute for others04000 - set-uid02000 - set-gid


How is C program portable?

Your program is portable if you can compile and execute it on different platforms.


How do you run daemon process?

In Unix, with a C program you can run a quick function to do this. There is an example at:(link moved to link section)AnswerIn Solaris, you need to disconnect your program from your "terminal" ( scripts generally inherit the stdin, stdout, and stderr of your shell when you execute them ). For a shell program you can execute "nohup $program < /dev/null > /dev/null 2>&1 &". Or the shell program can redirect its own stdin, stdout, and stderr -- then you can execute "nohup $program &".


Is it possible to make a program that combines a lot of other programs?

Yes. One program can execute another program very easily -- you can even do it via scripting languages and batch programming. Morevoer, programs that provide shared code via one or more libraries make it possible for another program to execute code within those libraries, just as if that code were part of the program itself (no need to execute another program). Such programs often provide application programming interfaces (APIs) to simplify the process of integration.


What program is the program that contains the language instructions or code to be converted?

There is no such thing: compiler translates but doesn't execute; interpreter executes, but doesn't translate.

Related questions

Who execute a program?

Anobody who uses it is said to "execute" or "run" the program.Anobody who uses it is said to "execute" or "run" the program.Anobody who uses it is said to "execute" or "run" the program.Anobody who uses it is said to "execute" or "run" the program.


How do you use cmd?

CMD or the command line is used to execute instructions &amp; programs. Many commands such as (dir) can be executed like this c:\&gt;dir This will list the current directories content. :)


What is the abbreviation for cmd?

CMD stands for Comand Prompt. It is a program found in Microsoft Windows, and can do many things. Command Prompt can be a stand-alone program, or open the .bat file type.


What is runtime in c?

when we execute the program.


Does SGID allow users to execute a binary compiled program?

Not, the execute bit does that.00100 - execute for user00010 - execute for group00001 - execute for others04000 - set-uid02000 - set-gid


What action is taken by CPU after reset to execute first instruction of program?

The fetch-execute cycle.


How is C program portable?

Your program is portable if you can compile and execute it on different platforms.


Where can you get a program that can execute basic batch commands without using notepad?

It is called Command Prompt and it comes with Windows operating systems NT through Vista. You can access the command prompt by clicking Start/Run... , typing CMD, and then press ENTER or click the OK button.


Why your program compiles successfully in devcpp but does not execute?

Maybe it does execute, but in a temporary MS-DOS window, which is closed when program's terminated. Run your program from a separate MS-DOS window (Start/Run: CMD.EXE)


How a c program execute?

Compile and link it into an executable.


How do you use c program?

Compile, link and execute them.


Can we execute java program without main function?

no