View Single Post
Old 05-14-2009, 11:18 PM   #2 (permalink)
TheOutcaste
TSF Enthusiast
 
TheOutcaste's Avatar
 
Join Date: Mar 2009
Location: Portland, OR
Posts: 827
OS: MS-Dos 6.22 - Win7


Re: VBScript WshShell.Run from Windows to Linux host

Quote:
Originally Posted by Dinnerticketboy View Post
KeyCode = WshShell.Run("plink.exe root@10.101.1.1 -pw root setxkbmap -print -display :0.0 | grep xkb_symbols | awk '{print $4}' | awk -F "+" '{print $2}')
Just a guess, but looks like you might be missing a closing quote (to match the one I colored blue) just before the closing parenthesis.
__________________
Microsoft MVP - Windows Desktop Experience
Of course I know all the answers; I just don't always match the answers to the right questions.
Rated R for Violence -- When your PC flies through a window, that's violent, right?
TheOutcaste is offline   Reply With Quote