-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Laurence Trippen
committed
Apr 2, 2019
1 parent
a808674
commit ffda12c
Showing
4 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
rem Name=Start AFermer... | ||
rem Icon=afermer.png | ||
rem Separator | ||
call %0\..\_setup.cmd | ||
if defined AF_FERMER_CMD ( | ||
start "AFermer" "%AF_FERMER_CMD%" %* | ||
) else ( | ||
start "AFermer" "%AF_ROOT%\bin\afermer.exe" %* | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
rem Name=Manage Pools | ||
rem Icon=afanasy.png | ||
rem Separator | ||
call %0\..\_setup.cmd | ||
|
||
"%CGRU_PYTHONEXE%" "%CGRU_LOCATION%\utilities\poolssupport\poolmanager\main.py" %* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
rem Name=Start Pool Server | ||
rem Icon=afanasy.png | ||
rem Separator | ||
|
||
call %0\..\_setup.cmd | ||
|
||
"%CGRU_PYTHONEXE%" "%CGRU_LOCATION%\utilities\poolssupport\poolserver\server.py" %* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
rem Name=Configure Pool Server | ||
rem Icon=afanasy.png | ||
rem Separator | ||
|
||
call %0\..\_setup.cmd | ||
|
||
"%CGRU_PYTHONEXE%" "%CGRU_LOCATION%\utilities\poolssupport\poolserver\configurator.py" %* |