First commit
This commit is contained in:
commit
ef4ee4c38a
11 changed files with 496 additions and 0 deletions
12
make.cmd
Normal file
12
make.cmd
Normal file
|
@ -0,0 +1,12 @@
|
|||
@echo off
|
||||
REM Make.cmd
|
||||
REM --------
|
||||
REM Helpdesk.exe build script for PernonnalHelpdesk
|
||||
cd /d "%~dp0"
|
||||
echo .
|
||||
echo Launch build powershell script ...
|
||||
powershell -ExecutionPolicy Bypass "%~dp0buildscript.ps1"
|
||||
|
||||
REM Exemple of build script with personnal parameters
|
||||
REM powershell -ExecutionPolicy Bypass "%~dp0buildscript.ps1" -appconf ".\personnal_conf\app.conf.ps1" -hotliners ".\personnal_conf\hotliners.conf.ps1"
|
||||
PAUSE
|
Reference in a new issue