Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. ## 1) Add this to your "Run..."
  2. - Press `F5` (or click `Run` > `Run...` on the menu bar).
  3. - Add `CMD /Q/C "CD $(CURRENT_DIRECTORY) && C:\Perl64\bin\perl.exe $(FULL_CURRENT_PATH)"`.
  4. - Replace `C:\Perl64\bin\perl.exe` with your Perl path or interpreter of choice!
  5.  
  6. ## 2) Save the command with a HotKey
  7. - Click `Save...`.
  8. - I use `CTRL+SHIFT+Enter` on mine.
  9. - Give it a name.
  10. - Press `OK`.
  11.  
  12. ## 3) ???
  13. - ???
  14.  
  15. ## 4) Profit~!
  16. - Run the test script below using your new HotKey (`CTRL+SHIFT+Enter` if you're following along).
  17. - Press enter to quit the script after confirming it works.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement