CrazyEngineers
Howdy guest!
Dear guest, you must be logged-in to participate on CrazyEngineers. We would love to have you as a member of our community. Consider creating an account or login.
Replies
  • LORD_EC

    MemberDec 19, 2007

    The topic and the content of the post are totally different.Whats your prime motive to execute a batch file or to access a computer on LAN ??
    Are you sure? This action cannot be undone.
    Cancel
  • vishalhak

    MemberDec 19, 2007

    sorry for that mismatch.
    actually I want to execute a batchfile on a remote computer sitting on my own computer.
    Are you sure? This action cannot be undone.
    Cancel
  • Prasad Ajinkya

    MemberDec 20, 2007

    Vishal,

    Q1. Do you have access?
    Q2. If you do? How is it through - a port? a program? a socket?
    Q3. Do you have the right authorization as well?

    If you are not bothered with the nitty-gritties and want a simple concept for a project or something, there are umpteen number of ways of doing this -

    1) Create a java applet which will run on the remote machine, listening on a particular port. Create another java prog which will create a socket connection to this remote machine, then you can have a trigger from the client to the remote to execute a local command.

    2) VNC 😀. Install a VNC server on the remote machine, and click your way to the remote command.

    3) Remote Connection on windoze works the same way, I prefer VNC though.

    4) Any web based appln, with some dynamic pages to authorize and execute commands on local disc should do

    5) Event based triggers on MySQL5 wherein the server hosts the mysql app .. i know this is the most idiotic of the lot. but hey, it works!

    Hope these help 😀
    Are you sure? This action cannot be undone.
    Cancel
Home Channels Search Login Register