1 | @REM REM @file
|
---|
2 | @REM VirtualBox Test Execution Service Init Script for NATted VMs.
|
---|
3 | @REM
|
---|
4 |
|
---|
5 | @REM
|
---|
6 | REM
|
---|
7 | REM Copyright (C) 2006-2024 Oracle and/or its affiliates.
|
---|
8 | REM
|
---|
9 | REM This file is part of VirtualBox base platform packages, as
|
---|
10 | REM available from https://www.virtualbox.org.
|
---|
11 | REM
|
---|
12 | REM This program is free software; you can redistribute it and/or
|
---|
13 | REM modify it under the terms of the GNU General Public License
|
---|
14 | REM as published by the Free Software Foundation, in version 3 of the
|
---|
15 | REM License.
|
---|
16 | REM
|
---|
17 | REM This program is distributed in the hope that it will be useful, but
|
---|
18 | REM WITHOUT ANY WARRANTY; without even the implied warranty of
|
---|
19 | REM MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
---|
20 | REM General Public License for more details.
|
---|
21 | REM
|
---|
22 | REM You should have received a copy of the GNU General Public License
|
---|
23 | REM along with this program; if not, see <https://www.gnu.org/licenses>.
|
---|
24 | REM
|
---|
25 | REM The contents of this file may alternatively be used under the terms
|
---|
26 | REM of the Common Development and Distribution License Version 1.0
|
---|
27 | REM (CDDL), a copy of it is provided in the "COPYING.CDDL" file included
|
---|
28 | REM in the VirtualBox distribution, in which case the provisions of the
|
---|
29 | REM CDDL are applicable instead of those of the GPL.
|
---|
30 | REM
|
---|
31 | REM You may elect to license modified versions of this file under the
|
---|
32 | REM terms and conditions of either the GPL or the CDDL or both.
|
---|
33 | REM
|
---|
34 | REM SPDX-License-Identifier: GPL-3.0-only OR CDDL-1.0
|
---|
35 | REM
|
---|
36 |
|
---|
37 | %SystemDrive%\Apps\TestExecService.exe --foreground --display-output ^
|
---|
38 | --cdrom D:\ --scratch C:\Temp\vboxtest --auto-upgrade ^
|
---|
39 | --tcp-connect 10.0.2.2
|
---|
40 | pause
|
---|
41 |
|
---|