You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
245 B
5 lines
245 B
|
7 days ago
|
@echo off
|
||
|
|
cd /d e:\code\crm-backend-matt
|
||
|
|
C:/Users/Administrator/AppData/Local/Programs/Python/Python313/python.exe .scratch\opportunity-bugfix\t03-verify.py P B U CLEANUP > .scratch\opportunity-bugfix\t03-verify2.log 2>&1
|
||
|
|
echo EXIT=%ERRORLEVEL%
|