Search found 1 match
- Mon Nov 11, 2024 3:23 pm
 - Forum: Switch
 - Topic: Powershell arguments
 - Replies: 2
 - Views: 13507
 
Powershell arguments
Hi, I am new to Powershell and arguments in Execute Command I have a powershell script which saves a .txt file like this: # Path to the output file $outputPath = "C:\Test\Braille\output.txt" I would like the script to save with dynamic filenames, named after the incoming file: $outputPath ...