Differences
This shows you the differences between the selected revisions of the page.
2010-03-06 | 2010-08-08 | ||
standardize username in paths (martin) | typo (martin) | ||
Line 277: | Line 277: | ||
// signalize file existence to calling process; | // signalize file existence to calling process; | ||
// you can also continue with processing (e.g. downloading the file) | // you can also continue with processing (e.g. downloading the file) | ||
- | // directly fron the script here | + | // directly from the script here |
WScript.Quit(0); | WScript.Quit(0); | ||
} | } |