12-28-2022, 03:00 PM
(This post was last modified: 12-28-2022, 03:04 PM by SpriggsySpriggs.)
Also, if you use PowerShell:
You may or may not need the caret. I've needed it before to escape the pipe in SHELL.
Code: (Select All)
Shell Hide "PowerShell -NoProfile Get-Content .\*.bas ^| Out-File .\Merged.bas"
'or
Shell Hide "PowerShell -NoProfile Get-Content file1.bas, file2.bas ^| Out-File .\Merged.bas"
You may or may not need the caret. I've needed it before to escape the pipe in SHELL.
Tread on those who tread on you