Changeset 66797 in vbox for trunk/src/VBox/ValidationKit/testboxscript/win/autoexec-testbox.cmd
- Timestamp:
- May 4, 2017 4:13:23 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 115212
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testboxscript/win/autoexec-testbox.cmd
r52776 r66797 1 1 @echo "$Id$" 2 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 3 6 %SystemDrive%\Python27\python.exe %SystemDrive%\testboxscript\testboxscript\testboxscript.py --testrsrc-server-type=cifs --builds-server-type=cifs 4 7 pause 5 8 :end
Note:
See TracChangeset
for help on using the changeset viewer.