source:
vbox/trunk/src/VBox/ValidationKit/testboxscript/win/autoexec-testbox.cmd@
68517
最後變更 在這個檔案從68517是 66797,由 提交於 8 年 前 | |
---|---|
|
|
檔案大小: 317 位元組 |
行 | |
---|---|
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 |
注意:
瀏覽 TracBrowser
來幫助您使用儲存庫瀏覽器