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
|
---|
3 | setlocal EnableExtensions
|
---|
4 | set exe=python.exe
|
---|
5 | for /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
|
---|
7 | pause
|
---|
8 | :end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.