@setlocal
@echo on
Rem The install path - whereever this script is located - for P4.NET Testing
set SCRIPT_PATH=%~dp0
set SCRIPT_PATH=%SCRIPT_PATH:~0,-1%
set P4PORT=1999
set P4ROOT=%SCRIPT_PATH%
set P4JOURNAL=%SCRIPT_PATH%\journal
title Perforce server for DESI Testing
@echo.
@echo Please note that the following command will not exit and will just say:
@echo Perforce Server starting...
@echo.
@echo This is perfectly normal! Just minimise this window and leave it running.
@echo If you close this Window, or press Ctrl+C the server will stop.
@echo on
"%SCRIPT_PATH%\p4d" -p %P4PORT% -r "%P4ROOT%" -vserver=3 -L p4d.log
@endlocal