5 lines
120 B
Batchfile
5 lines
120 B
Batchfile
@echo off
|
|
cd /d c:\Users\Certes\Desktop\variet-agent
|
|
python tests/test_cli_tools.py 2>&1
|
|
type tests\cli_test_output.txt
|