Difference between revisions of "Talk:RunBatchScript"
Jump to navigation
Jump to search
Robustness?
imported>Scruggs (answer) |
imported>Zumbs (Robustness?) |
||
Line 30: | Line 30: | ||
:--[[User:Haama|Haama]] 00:18, 25 November 2007 (EST) | :--[[User:Haama|Haama]] 00:18, 25 November 2007 (EST) | ||
::Yes, everything in the batch script runs before control passes back to the calling script. I'll update the article. [[User:Scruggs|Scruggs]] 09:22, 25 November 2007 (EST) | ::Yes, everything in the batch script runs before control passes back to the calling script. I'll update the article. [[User:Scruggs|Scruggs]] 09:22, 25 November 2007 (EST) | ||
== Robustness? == | |||
I played around with this function and noticed the following: | |||
1) If the script-file doesn't exist, there aren't any crashes (but no warnings either) | |||
2) If there is an error in the script-file, the file isn't run and there is no crash | |||
Is this by design or have I just been lucky? If by design, I would suggest that these points are added to the description (under notes). Also, does this function correspond to the console command bat? |