12-13-2022, 12:26 AM
Try:
$CONSOLE:ONLY
Shell "D:\Program Files\Notepad++\notepad++.exe tmp.three"
SLEEP
You should be able to get an idea of the issue from the output on the console.
Sometimes a .\ helps with pathing, such asĀ .\tmp.three
$CONSOLE:ONLY
Shell "D:\Program Files\Notepad++\notepad++.exe tmp.three"
SLEEP
You should be able to get an idea of the issue from the output on the console.
Sometimes a .\ helps with pathing, such asĀ .\tmp.three