Search found 2 matches

by tempdude
25 Feb 2009 11:21
Forum: DOS Batch Forum
Topic: Need a Bat file
Replies: 2
Views: 5447

Try this:

Code: Select all

@echo off
echo |ipconfig /all > file.txt
by tempdude
23 Feb 2009 08:49
Forum: DOS Batch Forum
Topic: Access keys in .bat programs?
Replies: 0
Views: 4903

Access keys in .bat programs?

Hey there! I'm new over here and I've got this little question. I know that in Visual Basic you can create Alt-key shortcuts using the ampersand. A similar result can be achieved in HTML by using the accesskey attribute. I would like to know if there's an alternative for this in .bat programs. Thank...