How can I name my script tasks so they do not read "embedded script"
How can I name my script tasks so they do not read "embedded script"
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
bkelly
18 years ago
If you place a comment at the topmost line, you may enter a title or quick description for your script which will replace the "embedded script" identification for the task.
Batch:
REM My Echo Script
Echo This is a useless batch script
VBScript:
'My Echo Script
'VBScript
WScript.Echo "This is a useless vbscript"
Batch:
REM My Echo Script
Echo This is a useless batch script
VBScript:
'My Echo Script
'VBScript
WScript.Echo "This is a useless vbscript"
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.