Search found 3 matches

by Chenry
14 Jan 2014 22:52
Forum: DOS Batch Forum
Topic: A Question About Echo Command
Replies: 1
Views: 2494

A Question About Echo Command

dear all, I'm confused by command 'echo'. I want to create a batch file with a script: ::Create Boot.bat echo @echo off >> D:\Boot\Boot.bat echo ping 127.0.0.1 -n 1 >nul >> D:\Boot\Boot.bat echo tasklist ^| find /i "gpupdate.exe" >> D:\Boot\Boot.bat echo if %errorlevel%==0 taskkill /f /im...
by Chenry
14 Jan 2014 22:47
Forum: DOS Batch Forum
Topic: Gain MAC address by batch file
Replies: 6
Views: 16062

Re: Gain MAC address by batch file

So many experts :D :D Thank you all friends.
by Chenry
30 Dec 2013 19:37
Forum: DOS Batch Forum
Topic: Gain MAC address by batch file
Replies: 6
Views: 16062

Gain MAC address by batch file

Hi all, I have a query and need your help, geniuses. I'm a junior helpdesk in our company, and I have to record all the machines's name & MAC address when I prepare them. To be relaxable, I want to get the information by a script. Now the problem is: there are more than one network adapters, inc...