oleg-shilo / cs-script.npp

CS-Script (C# Intellisense) plugin for Notepad++ (x86/x64)
MIT License
248 stars 52 forks source link

Exe path #48

Closed crippler123 closed 9 months ago

crippler123 commented 3 years ago

Hi

where can I define the exe path

oleg-shilo commented 3 years ago

Please elaborate. What exe?

crippler123 commented 3 years ago

after compiling test.cs, a test.exe is created. where can I define the path of this exe?

oleg-shilo commented 3 years ago

The exe is created in the same location where your script is. This location is not customizable so the exe will need to be copied manually.

With the plugin the idea is that you do not need to know where executable is if you are using Npp to run the scripts and only if you really want to build an exe then you trigger a dedicated workflow that opens the explored at the folder where the executable is.

image