start_secure_preview.cmd 137 B

12345
  1. @echo off
  2. cd /d "%~dp0"
  3. echo Starting secure preview. You can enter the Ark model Key on the page.
  4. python secure_preview_server.py
  5. pause