Home > Article > Development Tools > How to run programs in notepad++
The steps to run a program in Notepad are as follows: Create a program file and specify the extension corresponding to the language type (such as .py, .js, .cpp). Configure the running environment, select the "Use external program" option, and enter the corresponding command (such as "C:\Python37\python.exe" "%file"). Click the "Run" button to start the program. View the program output in the output window.
Running the program in Notepad
There are the following steps to run the program in Notepad:
1. Create a program file
2. Configure the running environment
<code>"C:\Python37\python.exe" "%file"</code>
3. Run the program
4. View the output
Tip:
If you encounter problems, please make sure:
The above is the detailed content of How to run programs in notepad++. For more information, please follow other related articles on the PHP Chinese website!