Is there a difference between CScript.exe and WScript.exe? From the text that I am reading, WSH and VBScript Programming, CScript.exe would be used if "... run your scripts in the background, or want to schedule your scripts to run....". It says to use WScript if I need to interact with the users. I am asking this question because, for teaching purposes, the examples provided use WScript.<whatever?> in the code.

To use CScript.exe, could I apply all the objects and methods used for WScript.exe --- to CScript.exe? Are they basically the same?