Oct 19, 2007 #1 tto002 Technical User Oct 19, 2007 2 US My dos command in a perl script is not working: 'D:/Program Files/telalert/telalertc.exe -i MyEmail -m "$name Down! $loc $grid $cabin"'; I have no syntax error. Please help.
My dos command in a perl script is not working: 'D:/Program Files/telalert/telalertc.exe -i MyEmail -m "$name Down! $loc $grid $cabin"'; I have no syntax error. Please help.
Nov 1, 2007 #2 MyNoSpam IS-IT--Management Nov 1, 2007 2 US Try the following: `D:\\Program Files\\telalert\\telalertc.exe -i MyEmail -m "$name Down! $loc $grid $cabin"`; Note the back ticks at the front and the end. Upvote 0 Downvote
Try the following: `D:\\Program Files\\telalert\\telalertc.exe -i MyEmail -m "$name Down! $loc $grid $cabin"`; Note the back ticks at the front and the end.