Does anyone know how to implement the spelling utility that uses the Word spelling dictionary?
There is no read-me, and the instructions on the file itself are a tad sparce for someone who does not have a great grasp of what is going on:
' save as wordcheck.vbs (SAVE WHERE? UNDER C:\ ? HOW DOES IT GET CALLED?)
' files can also (ALSO, AS WELL AS WHAT?...I.E., HOW DOES THIS WORK WITH TEXTPAD) be dropped onto (WHAT DOES 'DROPPED ONTO' MEAN?) the script to spellecheck them.
' The error and optional completion messages are implemented with
' wscript.echo; this allows the script to work correctly even if
' cscript is chosen as the engine for execution.
' Check that 1 and only 1 argument is supplied on the command line
' If not, then exit
' this allows correct operation if used externally
Utilities
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard