February 11th, 2006 03:49 PM
Yea, it's pretty simple for you and I just to say that we need to use stronger passwords. But what about the rest of the net? When I saw the list it actually suprised me, because a password I had...
February 11th, 2006 03:11 AM
Did I miss something? Where was the bashing of the thread?
February 11th, 2006 01:24 AM
Before reading, please know that my intent is not malicious. I seek only to point out the poor security of many CGI login forms.
I recently wrote a simple batch file that ultilized cURL to carry...
October 15th, 2003 11:57 PM
NT based only? Oh...I was wondering why the "/f" and "tokens" weren't working...lol
Is there any other way for you to do this? I apologize if I am being bothersome.
October 15th, 2003 09:02 PM
For /F “tokens=3” %X in (results.txt) do set MyVar = %X
what does the "/f" and "tokens=3" exactly do?
October 15th, 2003 12:32 AM
Thank you! Just one more question. Le'ts just say you wanted to pipe DIR into a var.
dir|set dir1
could you use something like that for the syntax?
October 14th, 2003 08:43 PM
Nothing really in particualr, I was just experimenting with it.
October 14th, 2003 08:15 PM
I'm pretty new to programming, and had a question about DOS. How do you pipe output from a command to a variable?