User:Commander Keane/Audio workflow/Step 2 - start recording.ps1

From Wiktionary, the free dictionary
Jump to navigation Jump to search

$fileName = 'C:\Users\jim\pywikibot\Command shortcuts\Generated lists.txt'

$actualFolder = Get-Content -Path $fileName -TotalCount 1

  1. Write-Host $actualFolder

& "python3" C:\Users\jim\pywikibot\pwb.py C:\Users\jim\pywikibot\scripts\xRecBot14 $actualFolder

pause