8 lines
212 B
PowerShell
8 lines
212 B
PowerShell
Write-Host "python HLPhotonics.py GENERATE"
|
|
|
|
python HLPhotonics.py GENERATE
|
|
|
|
Start-Sleep -Seconds 3
|
|
Write-Host "Please press ENTER button to continue:"
|
|
$null = Read-Host
|
|
Write-Host "The script will be continued." |