Execution with Notepad++

KiMoSalem Posted messages 168 Status Member -  
masterx_goldman Posted messages 84 Status Member -
Hello,

hi everyone
Can someone tell me how to execute a program written with Notepad++
thank you all :)

--
**************************Good luck to everyone***************************
******************************KiMoSalem*******************************
Configuration: Windows Vista Internet Explorer 7.0

5 answers

toto
 
No, Notepad++ is not used to execute programs.
It is used to write them.
7
toto
 
Hello

The execution of a program does not depend at all on whether it was written with Notepad++ or with another editor.
In order to answer you, we at least need to know which programming language is used.
5
KiMoSalem Posted messages 168 Status Member 14
 
Thank you Mrs. Toto :)
--
**************************Good luck to everyone***************************
******************************KiMoSalem*******************************
3
dorian
 
Of course :)
You go to Execution, and you click execute. For example, you can exec a .bat or you have a gcc command line for example.
0
justedepassage > dorian
 
No, but we need to stop writing whatever...
toto answered the question accurately.

To rectify the erroneous statements made afterwards, NO, Notepad++ does not execute scripts. It just uses calls to external programs for script execution. The distinction is very important: if you have an error due to your third-party program, check that one. The fault is not primarily with N++ (don't overload its "publisher" website with unnecessary questions).

The "Run" menu serves exactly this purpose: it is not a magical menu that allows the execution of all kinds of scripts. It allows you to select the appropriate program based on the coded source.

You create an index.html file, edited by N++: to see the result, you can select "Run in IE" or even "Run in Firefox", which comes down to choosing to execute "iexplore.exe" or "firefox.exe" with the file as a parameter (meaning the file opens in a browser, in this example).
0
masterx_goldman Posted messages 84 Status Member 8
 
Notepad++ is just a text editor that recognizes the syntax of several programming languages, that's all; it doesn't have compilers.
2
KiMoSalem Posted messages 168 Status Member 14
 
I want to say is Notepad++ capable of executing the programs we made with ???
Thank you

**************************Good luck to everyone***************************
******************************KiMoSalem*******************************
-3