Files
Lothar Schulz c9ec39fabb Initial Commit
2026-06-02 18:33:04 +02:00

8 lines
208 B
PowerShell

Write-Host "python HLPhotonics.py INIT ALL"
python HLPhotonics.py INIT
Start-Sleep -Seconds 3
Write-Host "Please press ENTER button to continue:"
$null = Read-Host
Write-Host "The script will be continued."