CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2009
    Posts
    27

    Exclamation Cmd Line: Run local file over network

    2 boxes exist on network (Box1 & Box2).
    File X.vbs toggles Microsoft Mute (volume) property.
    X.vbs exists on Box1 @ C:\
    From the Box1 command line, I want to run the Box1 file C:\X.vbs, but I want it to take effect on Box2.
    How (please)? Have something to do w/ the "AT" command?

    Is there no way to do this w/out a 3rd party tool (i.e. PSexec), or telnetting?
    Last edited by ra96; March 2nd, 2010 at 12:46 PM. Reason: More specific

  2. #2
    Join Date
    May 2002
    Posts
    10,943

    Re: Cmd Line: Run local file over network

    Quote Originally Posted by ra96 View Post
    Is there no way to do this w/out a 3rd party tool (i.e. PSexec), or telnetting?
    Nope. That would be a huge security risk!!!
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured