Just so there is no misunderstanding, the
parameters are successfully gettin got my program. I just can not edit the even line.
cobian wrote: ↑01 Mar 2024, 21:30
C:\Rakudo\bin\raku.exe """C:\NtUtil\CobianWrapper.pl6"" ""--rotates 4"" ""--backup_path"" ""[BACKUP]\MyDocsBackup\backup1"""
No symptom change:
- Screenshot_2024-03-01_21-49-28.png (34.44 KiB) Viewed 4514 times
And with all the quotes:
k:\Windows\NtUtil\RunLineTest.bat """C:\NtUtil\CobianWrapper.pl6"" ""--rotates 4"" ""--backup_path"" ""[BACKUP]\MyDocsBackup\backup1"""
Everything gets jammed into the first parameter, which goofs up my stuff pretty badly:
"0 = <"K:\Windows\NtUtil\RunLineTest.bat">"
"1 = <"""C:\NtUtil\CobianWrapper.pl6"" ""--rotates 4"" ""--backup_path"" ""[BACKUP]\MyDocsBackup\backup1""">"
"2 = <>"
"3 = <>"
"4 = <>"
"5 = <>"
"6 = <>"
"7 = <>"
"8 = <>"
Press any key to continue . . .
Can you add a proofing statement to see what '"theEvent.Parameter2" actually is? Maybe slip it into the log or spin test version for me to test?