From 92bf5a7a9fc887b6ba1a5da0c82c98b8dbb9a1f5 Mon Sep 17 00:00:00 2001 From: "Julian C. Dunn" Date: Wed, 6 Mar 2013 15:23:43 -0800 Subject: [PATCH] "#" is not a valid comment character for Windows batch files; use "REM" --- definitions/.windows/install-vbox.bat | 4 ++-- definitions/.windows/mount-validation.bat | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/definitions/.windows/install-vbox.bat b/definitions/.windows/install-vbox.bat index 8c34e3683..e5ccc4402 100644 --- a/definitions/.windows/install-vbox.bat +++ b/definitions/.windows/install-vbox.bat @@ -1,5 +1,5 @@ -# with this, we can open the iso, and extract the VBoxWindowsAdditions.exe! -# http://downloads.sourceforge.net/sevenzip/7z920.exe +REM with this, we can open the iso, and extract the VBoxWindowsAdditions.exe! +REM http://downloads.sourceforge.net/sevenzip/7z920.exe cmd /c certutil -addstore -f "TrustedPublisher" a:oracle-cert.cer cmd /c e:\VBoxWindowsAdditions-amd64.exe /S cmd /c shutdown.exe /r /t 0 /d p:2:4 /c "Vagrant reboot for VBoxWindowsAdditions" diff --git a/definitions/.windows/mount-validation.bat b/definitions/.windows/mount-validation.bat index e71179906..c58d832c3 100644 --- a/definitions/.windows/mount-validation.bat +++ b/definitions/.windows/mount-validation.bat @@ -1,3 +1,3 @@ -# This is so we can pass the validation test +REM This is so we can pass the validation test cmd /c net use z: \\vboxsrv\veewee-validation