[Box Backup] ChrisMerge_1828

James O'Gorman boxbackup at fluffy.co.uk
Wed Sep 12 21:24:24 BST 2007


On Wed, Sep 12, 2007 at 08:57:19PM +0100, Chris Wilson wrote:
>  I think it would. Why cscript and not wscript in this case?

wscript is for the GUI, cscript for the console. For e.g.

  WScript.Echo "Foo"

in wscript would generate a message box. In cscript it echoes it to the
console. For automated stuff you generally want cscript so that any
output can be redirected and you don't get random popups.

James



More information about the Boxbackup mailing list