Link to home
Start Free TrialLog in
Avatar of cjlocy
cjlocy

asked on

Dos Executable File

I need to flush my dns on all my computers in the office there are over 80 of them, I need to do a ipconfig /flushdns and want to write it to a dos executable file but don't know how to do it, can anyone layout how I need to do it?

Thank you

ASKER CERTIFIED SOLUTION
Avatar of R_Rajesh
R_Rajesh

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of cjlocy
cjlocy

ASKER

Where does it copy it to?  I did that and it said 1 file copied...I still need that file to send to people.

Thanks
once you are at the promop it should say something like

C:\Documents and Settings\Rajesh>

In the above example you can access the file by starting windows explorer - gooing to c drive - documents and setting folder and then Rajesh folder

You can also create the file in the root of your drive by typing "C:\" and return key before creating the file...


if you are still unable to find it, you can always try searching for a.bat (start-search)
Avatar of cjlocy

ASKER

I found it I was having a brain fart.....thank you R Rajesh.
>>You can also create the file in the root of your drive by typing "C:\" and return key
typing c:\ will just give you an error. it should have been cd\

And thanks for the Grade :)