Update launch path
This commit is contained in:
parent
8d1e910cc5
commit
d7852e281d
@ -221,7 +221,7 @@ public class WindowsScheduler {
|
||||
exec.appendChild(command);
|
||||
|
||||
Element arguments = doc.createElement("Arguments");
|
||||
arguments.appendChild(doc.createTextNode("-Version 5 -NoProfile -File P:/personal_root/projects/number-station/src/main/java/run.ps1 --station \"" + station.getName() + "\""));
|
||||
arguments.appendChild(doc.createTextNode("-Version 5 -NoProfile -File P:/personal_root/projects/numbers-station/src/main/java/run.ps1 --station \"" + station.getName() + "\""));
|
||||
exec.appendChild(arguments);
|
||||
|
||||
return doc;
|
||||
|
Loading…
x
Reference in New Issue
Block a user