|
Guy recommends :
Find out which of your VMs are a waste of space and which VMs need more resources.
Guy's Review of
1) FreePing
|
Code Error 800A0408 - Invalid CharacterTroubleshooting Code 800A0408 - Invalid CharacterIntroduction to Code 800A0408
This error code, 800A0408 occurs when you execute a VBScript.
A wild guess a problem with an apostrophe, possibly in a 'REM statement. The Symptoms You GetThe script does not execute as you had hoped. Instead you get a WSH message box like this picture: The Cause of error 800A0408Your VBScript contains an illegal character, often at the beginning of a line. It can happen if you copy the script from word, then paste into notepad. For example, to 'Rem out a line we need the apostrophe, which is ASCII character 39; however if you paste from word you may get ASCII 96 (Grave accent). Note the clue Source: Microsoft VBScript compilation error, this means a syntax error in your script. The SolutionsCheck the punctuation marks in your VBScript, particularly look out for apostrophes and commas that do not display correctly. The reference to Line: 1 Char 1, means that the very first symbol that is probably wrong. ‡ Example 1 of error code 800A0408 - Invalid CharacterNote: The error ‘Rem VBScript It should be ' Rem VBScript ‘ Rem VBScript Example 2 Code 800A0408 - Invalid CharacterI include this screen shot just to emphasise that Char: number need not be one. Thus Char: 20, or what ever your char number is, becomes a big clue in tracing obscure characters that may have sneaked into your script.
Guy
Recommends: WMI Monitor and It's Free!
|
||||
Custom Search
|
|
|
Home Copyright © 1999-2012 Computer Performance LTD All rights reserved Please report a broken link, or an error. | |