VirtualBox

source: vbox/trunk/src/VBox/ValidationKit/testboxscript/win/autoexec-testbox.cmd@ 68395

Last change on this file since 68395 was 66797, checked in by vboxsync, 8 years ago

testboxscript: very useful improvement I found on the testboxes

  • Property svn:eol-style set to CRLF
  • Property svn:keywords set to Author Date Id Revision
File size: 317 bytes
Line 
1@echo "$Id: autoexec-testbox.cmd 66797 2017-05-04 16:13:23Z vboxsync $"
2@echo on
3setlocal EnableExtensions
4set exe=python.exe
5for /f %%x in ('tasklist /NH /FI "IMAGENAME eq %exe%"') do if %%x == %exe% goto end
6%SystemDrive%\Python27\python.exe %SystemDrive%\testboxscript\testboxscript\testboxscript.py --testrsrc-server-type=cifs --builds-server-type=cifs
7pause
8:end
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette