G Garrulous Junior Member Nov 25, 2000 8 0 0 May 13, 2001 #1 I would like to learn how to write a btach file..can anyone direct me to a self-teaching source? Thanks.
I would like to learn how to write a btach file..can anyone direct me to a self-teaching source? Thanks.
L layne151 Senior member Aug 16, 2000 416 0 0 May 13, 2001 #2 they are pretty easy what kind do you want to make?
G Garrulous Junior Member Nov 25, 2000 8 0 0 May 13, 2001 #3 I'd like to learn how to write a batch file to bring up the Command prompt (C> within a screen within my Windows 98 environment. Thank you.
I'd like to learn how to write a batch file to bring up the Command prompt (C> within a screen within my Windows 98 environment. Thank you.
H HigherGround Golden Member Jan 9, 2000 1,827 0 0 May 13, 2001 #4 just stick one line containing cmd.exe into your .bat file, and that will execute command interpreter window ( aka dos window )
just stick one line containing cmd.exe into your .bat file, and that will execute command interpreter window ( aka dos window )
U ugh Platinum Member Feb 6, 2000 2,563 0 0 May 13, 2001 #5 << just stick one line containing cmd.exe into your .bat file, and that will execute command interpreter window ( aka dos window ) >> Actually it's command.com. cmd is for WinNT/2k.
<< just stick one line containing cmd.exe into your .bat file, and that will execute command interpreter window ( aka dos window ) >> Actually it's command.com. cmd is for WinNT/2k.
H HigherGround Golden Member Jan 9, 2000 1,827 0 0 May 13, 2001 #6 hehe, i should've checked before posting, shouldn't I? Don't have win9x installed and yes it is command.com in win9x/Me, thanks Ugh
hehe, i should've checked before posting, shouldn't I? Don't have win9x installed and yes it is command.com in win9x/Me, thanks Ugh
U ugh Platinum Member Feb 6, 2000 2,563 0 0 May 13, 2001 #7 << hehe, i should've checked before posting, shouldn't I? Don't have win9x installed and yes it is command.com in win9x/Me, thanks Ugh >> Heh, it's alrite dude. I make that mistake quite often myself
<< hehe, i should've checked before posting, shouldn't I? Don't have win9x installed and yes it is command.com in win9x/Me, thanks Ugh >> Heh, it's alrite dude. I make that mistake quite often myself