![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
![]() |
| |
| | #1 (permalink) |
| | Display message box on remote computer Hi all, Can any one tell me how to display pop up or message box on remote computer using vbscritping Regards, Prasan. |
My System Specs![]() |
| | #2 (permalink) |
| | RE: Display message box on remote computer "Prasan" wrote: Quote: > Hi all, > > Can any one tell me how to display pop up or message box on remote > computer using vbscritping > > Regards, > Prasan. > VBS script (with msgbox("") inside it) to the target PC and execute the script like this from my PC. strComputer = "IP address of PC" Set objProcess = GetObject("winmgmts:\\" & strComputer & "\root\cimv2:Win32_Process") strCommand = "cscript " & Chr(34) & "C:\admRun.vbs" & Chr(34) objProcess.Create strCommand,null,null,intProcessID Set objProcess = nothing The target PC makes the alert noise of a msgbox showing, but you cant see it. I'm going to persume that its running in another instance on the target PC. |
My System Specs![]() |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| Remote desktop can not find remote computer | Network & Sharing | |||
| display on remote computer | Vista networking & sharing | |||
| Vista: This Computer can't connect to the Remote Computer | Vista networking & sharing | |||
| Computer Management: Can't connect to a remote computer | Vista networking & sharing | |||
| Remote Desktop - Vista/XP, Display | Vista performance & maintenance | |||