I am trying pass a file parameter to the notepad program. Something is wrong and it is most certainly a minor mistake on my part. Can anyone see what's wrong? The C:\\ (extra |) is from the help (I don't know why it may be needed). Thanks
AlertIf( Buy, "EXEC notepad.exe C:\\Green1.txt", "Launching external application", 3 );
