11-18-2009, 07:37 PM
Gintaras,
Thanks for the prompt reply!
This is the example code:
function event $name [$newname]
event: 1 added, 2 removed, 4 renamed, 8 modified
sel event
case 1
mes- "Run and Synchronize eFilmLite?" "" "OC?" ;;message box; on Cancel end macro
run "C:\RSNA2009FinalWithPortables\eFilmLt.exe"
case 8
mes- "Synchronize eFilmLite?" "" "OC?" ;;message box; on Cancel end macro
run "C:\RSNA2009FinalWithPortables\eFilmLt.exe"
wait -1
Would this perform the desired effect of executing the program every time the file is modified?
Thanks
Thanks for the prompt reply!
This is the example code:
function event $name [$newname]
event: 1 added, 2 removed, 4 renamed, 8 modified
sel event
case 1
mes- "Run and Synchronize eFilmLite?" "" "OC?" ;;message box; on Cancel end macro
run "C:\RSNA2009FinalWithPortables\eFilmLt.exe"
case 8
mes- "Synchronize eFilmLite?" "" "OC?" ;;message box; on Cancel end macro
run "C:\RSNA2009FinalWithPortables\eFilmLt.exe"
wait -1
Would this perform the desired effect of executing the program every time the file is modified?
Thanks
