Skip to content

Commit

Permalink
Merge pull request #22 from juliandunn/BENTO-24
Browse files Browse the repository at this point in the history
[BENTO-24] "#" is not a valid comment character for Windows batch files
  • Loading branch information
Joshua Timberman committed Mar 13, 2013
2 parents f0c989d + 92bf5a7 commit 6537844
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions definitions/.windows/install-vbox.bat
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion definitions/.windows/mount-validation.bat
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 6537844

Please sign in to comment.