Skip to content

Commit 5edc3ca

Browse files
committed
Updated SUpport.md FIle
1 parent 4d86ed8 commit 5edc3ca

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

Support.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Support To Notepad++
2-
1. After Installing Notepad++, goto C:\Users\\%USERNAME%\AppData\Roaming\Notepad++\shortcuts.xml [Path](Screenshots/1.Path.PNG)<br>
2+
1. After Installing Notepad++, goto C:\Users\\%USERNAME%\AppData\Roaming\Notepad++\shortcuts.xml [Path](Screenshots/1.Path.PNG)
3+
<img src =Screenshots/1.Path.PNG width="650" height="350" alt="Path"><br>
34
2. Add A Line inside ```<UserDefinedCommands> </UserDefinedCommands> ``` <br>
4-
Line: ``` <Command name="Java_Executor" Ctrl="no" Alt="no" Shift="no" Key="117">cmd /k cd $(CURRENT_DIRECTORY) &amp;&amp; &quot;$(CURRENT_DIRECTORY)/Executor_Java.bat&quot;</Command> ``` <br> <img src =Screenshots/2.shortcuts.xml.PNG width="650" height="350" alt="Input Processes"> [Line](Screenshots/2.shortcuts.xml.PNG)
5+
Line: ``` <Command name="Java_Executor" Ctrl="no" Alt="no" Shift="no" Key="117">cmd /k cd $(CURRENT_DIRECTORY) &amp;&amp; &quot;$(CURRENT_DIRECTORY)/Executor_Java.bat&quot;</Command> ``` <br> <img src =Screenshots/2.shortcuts.xml.PNG width="650" height="350" alt="Shortcuts.xml File"> [Line](Screenshots/2.shortcuts.xml.PNG)
56
3. Save The changes and restart notepad++. <br>
6-
4. Put Executor_Java.bat, Filename_class.py, Filename_java.py in the folder where you will keep all the java files. [Example](Screenshots/3.Files) <br>
7-
5. After making a java code press ```F6``` in notepad++ and Executor.bat will run successfully. [Output](Screenshots/4.Output.PNG)<br>
8-
<img src =Screenshots/4.Output.PNG width="650" height="350" alt="Output">
7+
4. Put Executor_Java.bat, Filename_class.py, Filename_java.py in the folder where you will keep all the java files. [Example](Screenshots/3.Files)<img src =Screenshots/3.Files.PNG width="650" height="350" alt="Files in an java folder"> <br>
8+
5. After making a java code press ```F6``` in notepad++ and Executor.bat will run successfully. [Output](Screenshots/4.Output.PNG)
9+
<img src =Screenshots/4.Output.PNG width="650" height="350" alt="Output"><br>

0 commit comments

Comments
 (0)