diff --git a/video_prediction_tools/env_setup/generate_workflow_runscripts.sh b/video_prediction_tools/env_setup/generate_workflow_runscripts.sh
index c8cc49470461fc121bc6681cb8c15ae8c7dcf75e..34aebf26fe5021575a93839866f80f9f69a54d8d 100755
--- a/video_prediction_tools/env_setup/generate_workflow_runscripts.sh
+++ b/video_prediction_tools/env_setup/generate_workflow_runscripts.sh
@@ -103,6 +103,9 @@ if [[ -f ${target_script} ]]; then
   echo "ERROR: ${target_script} already exist."
   echo "Set explicitly a different experiment identifier."
   exit 4
+else 
+  echo "Convert ${curr_script}_template.sh to executable runscript"
+  echo "The executable runscript is saved under ${target_script}" 
 fi
 
 ### Do the work ###