RE: batch file question - loop via commandline

2009-04-21 Thread Mike Mitchell
Try this... it'll do it 4000 times... for /L %a (1,1,4000) do netstat -a | find "8530" && ping 127.0.0.0 > nul -Original Message- From: 8400...@gmail.com [mailto:8400...@gmail.com] On Behalf Of jond Sent: Tuesday, April 21, 2009 5:24 am To: NT System Admin Issues Subject: batch file quest

RE: Any TrueCrypt users out there

2009-03-05 Thread Mike Mitchell
Doesn't TrueCrypt have a cmd interface? I used it a while ago (4.x) and had a .cmd file to "mount" and "dismount" an encrypted drive (USB-based in that instance). Mike. From: Mike Gill [mailto:lis...@canbyfoursquare.com] Sent: Thursday, March 05, 2009 3:15 pm To: NT System Admin Issues Su