Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Batch file problem  (Read 3523 times)

0 Members and 1 Guest are viewing this topic.

masroor

  • Guest
Batch file problem
« on: May 20, 2007, 05:03:20 AM »
I have a problem whenever i try to make batch file and give him exit cammand it did not work any one can help me i try it on windows 2003 and windows xp or any one can make it for me or in an other program i am using arp -s .... command Please help me



Thanks
Masroor

contrex

  • Guest
Re: Batch file problem
« Reply #1 on: May 20, 2007, 05:16:39 AM »
what do you mean it did not work? What happens?

Post your batch file on here so we can see it.


masroor

  • Guest
Re: Batch file problem
« Reply #2 on: May 20, 2007, 05:25:10 AM »
i am using as like this

e.i
@echo
arp -s 192.168.0.17 00-11-22-33-44-55
exit

contrex

  • Guest
Re: Batch file problem
« Reply #3 on: May 20, 2007, 05:29:20 AM »
So it is getting stuck in the arp command?

masroor

  • Guest
Re: Batch file problem
« Reply #4 on: May 20, 2007, 06:54:07 AM »
when i try arp -s 192.168.0.22 00-00-00-00-00-00 it constantly repeat i waana only one time to run this command and close it automatically but i can't

contrex

  • Guest
Re: Batch file problem
« Reply #5 on: May 20, 2007, 07:10:33 AM »
Then you should talk to Network Administrator.



masroor

  • Guest
Re: Batch file problem
« Reply #6 on: May 20, 2007, 07:20:12 AM »
can you help! me ?

contrex

  • Guest
Re: Batch file problem
« Reply #7 on: May 20, 2007, 07:24:51 AM »
I know nothing about arp.

Try this

start "" "arp" "-s 192.168.0.17 00-11-22-33-44-55"

masroor

  • Guest
Re: Batch file problem
« Reply #8 on: May 20, 2007, 09:51:16 AM »
i am getting error from this command