8 lines
208 B
PowerShell
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." |