Skip to content

Commit e3e43f3

Browse files
committed
Updated SUpport.md FIle
1 parent 8a881fa commit e3e43f3

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ The program works with two Python Files ( Filename_class.py and Filename_java.py
1515
8. The Files Are Designed In such a way that they Search For All the .java And .class files and runs them.<br>
1616

1717
### For Notepad++ Support
18-
[Support.md](Support.md)
18+
[Read Support.md](Support.md)

Support.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Support To Notepad++
2-
1. After Installing Notepad++, goto C:\Users\\%USERNAME%\AppData\Roaming\Notepad++\shortcuts.xml <br>
2+
1. After Installing Notepad++, goto C:\Users\\%USERNAME%\AppData\Roaming\Notepad++\shortcuts.xml [Path](Screenshots/1.Path.PNG)<br>
33
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> ```
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> ``` [Line](Screenshots/2.shortcuts.xml.PNG)
55
3. Save The changes and restart notepad++. <br>
66
4. Put Executor_Java.bat, Filename_class.py, Filename_java.py in the folder where you will keep all the java files. <br>
7-
5. After making a java code press ```F6``` in notepad++ and Executor.bat will run successfully.
7+
5. After making a java code press ```F6``` in notepad++ and Executor.bat will run successfully. [Output](Screenshots/Output.PNG)

0 commit comments

Comments
 (0)