Home / Microsoft / Microsoft DOS / Re: making a batch file that stores all network de
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] - (Bottom) Print
Author Topic: Re: making a batch file that stores all network de  (Read 2894 times)
Samir Khan
Guest
« on: May 18, 2004, 11:37:28 PM »

When you use the command
net accounts > net.txt
all the details which are present in the file net.txt will be overwritten since   ">" overwrites all details.

if u wanna append to the file then use ">>"
for example
net computer >> net.txt
will append to net.txt
IP logged
Pages: [1] - (Top) Print 
Home / Microsoft / Microsoft DOS / Re: making a batch file that stores all network de « previous next »
 


Login with username, password and session length

Old Forum Search | Forum Rules
Copyright © 2010 Computer Hope ® All rights reserved.
Powered by SMF 2.0 RC3 | SMF © 2006–2010, Simple Machines LLC
Page created in 0.071 seconds with 18 queries.