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