G
Guest
Hello,
I'm fairly new to XP Embedded so excuse my stupidity. I searched for a
similar post but wasn't able to find one.
I have an HP Thin Client t5700 that I am setting up with IE in kiosk mode
for our credit card applications at our retail locations. When I run this
script:
I recieve the following error:
Script: C:\Documents and Settings\User\Start Menu\Programs\Startup\iekiosk.vbs
Line: 3
Char: 3
Error: Invalid syntax
Code: 800401E4
Source: (null)
I've run this script on XP Professional and it works just fine so I am at a
bit of a loss. Any help would be greatly apperciated.
I'm fairly new to XP Embedded so excuse my stupidity. I searched for a
similar post but wasn't able to find one.
I have an HP Thin Client t5700 that I am setting up with IE in kiosk mode
for our credit card applications at our retail locations. When I run this
script:
Dim isRunning
strComputer = "."
Set objWMIService = GetObject("winmgmts:" _
& "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2")
Set colProcesses = objWMIService.ExecQuery _
("Select * from Win32_Process Where Name = 'iexplore.exe'")
do while isRunning = 0
If colProcesses.Count = 0 Then
Set wshShell = WScript.CreateObject ("WSCript.shell")
wshshell.run """C:\Program Files\Internet Explorer\iexplore.exe"" -k
www.carvin.com",1,True
set wshshell = nothing
Else
isRunning = 0
End If
loop
I recieve the following error:
Script: C:\Documents and Settings\User\Start Menu\Programs\Startup\iekiosk.vbs
Line: 3
Char: 3
Error: Invalid syntax
Code: 800401E4
Source: (null)
I've run this script on XP Professional and it works just fine so I am at a
bit of a loss. Any help would be greatly apperciated.