This repository has been archived on 2024-09-06. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
PersonnalVNC/make.cmd
2016-04-05 16:52:05 +02:00

12 lines
No EOL
419 B
Batchfile

@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