-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
Description
Recently I was trying to create some service and I just notice DaemonMaster does not have an "Working Directory"
Example:
It´s installed on "C:\Program Files\DaemonMaster"
I need to create a service that run "C:\Program Files\Rscript.exe" with the parameter: "C:\Scripts\test.R"
But there is no "Working Directory", means all the files inside the "C:\Scripts" it´s not being loaded because DaemonMaster it´s running on another folder.
It´s possible to implement this functionality?