training-guides/labs/lib/wbatch/template-file_header_bat
Roger Luethi 5cddb1f42a labs: remove user/hostname/date from Windows batch files
Remove the user, build host, and build date from the Windows batch files
to avoid the appearance of changes in the scripts when there are none.

Change-Id: Ic36eb016dd2247c38b8bcbd627de76d443d9c317
2014-10-03 14:10:51 +02:00

17 lines
326 B
Batchfile

@ECHO OFF
REM This is an automatically generated Windows batch file. It creates the
REM %PRODUCT% for an OpenStack training-labs setup.
SETLOCAL ENABLEDELAYEDEXPANSION
ECHO.
ECHO OpenStack labs for VirtualBox on Windows
ECHO Generated by osbash
ECHO.
ECHO Create %PRODUCT%
ECHO.
REM vim: set ai ts=4 sw=4 et ft=dosbatch: