answersLogoWhite

0

Is REM is a executable command?

User Avatar

Anonymous

10y ago
Updated: 8/5/2022

REM stands for remark. It is strictly a comment and can not be executed. It keeps the programmer oriented.

User Avatar

Thad Mitchell

Lvl 10
2y ago

What else can I help you with?

Related Questions

Is rem an non executable statement in qbasic?

Yes


What command is used to assign executable permission to all for the filetxt in Linux?

the command to make anything executable is chmod +x <file>


What command in Linux do you use to run an executable file?

If it's already in your PATH variable, then simply the name of the executable would do. If not, then use the full path of the executable or navigate to the directory of the executable and then ./executable where "executable" is the name of the executable.


What name is given to images that represent an executable file or command?

ICON


How do you change the executable bit in Linux for a .exe file?

chmod +x is the command to set the executable flag in Linux but, Linux does not use exe files.


Is rem a dos command?

Yes it is used to comment Dos line


What is the command to run your programexe using the command prompt?

Run program.exeorthe name of the program, with or without .exe (if the command prompt is in the same directory/folder of the executable)


What command would you use to find where executable file resides of the system in Linux?

"find / -executable" will search the root directory for executables. Not that this will also show directories that are accessible.


What does Files stand for?

exe stands for Executable. FYI... com stands for command bat stands for batch


What command in Linux do you use run an executable file?

if the file is allready runnable you can type in the terminal: ./filename


What command in Linux do you use to run executable file?

if the file is allready runnable you can type in the terminal: ./filename


What does the 'which' command do in Linux?

The "which" command returns the absolute path of the executable that is called when a command is issued. For instance, 'which firefox'. This is useful in determining whether you are using a locally compiled version or the distribution version of a program.