First post, by Kahenraz
- Rank
- l33t
Is there any autoexec.bat mechanism for DOS prompts in Windows 98?
Is there any autoexec.bat mechanism for DOS prompts in Windows 98?
Can you give an example of what you what to do, maybe there is another way to do it
98/DOS Rig: BabyAT AladdinV, K6-2+/550, V3 2000, 128MB PC100, 20GB HDD, 128GB SD2IDE, SB Live!, SB16-SCSI, PicoGUS, WP32 McCake, iNFRA CD, ZIP100
XP Rig: Lian Li PC-10 ATX, Gigabyte X38-DQ6, Core2Duo E6850, ATi HD5870, 2GB DDR2, 2TB HDD, X-Fi XtremeGamer
command /k batfile.bat
I want doskey.com to always run whenever I open a command prompt so that I can have tab completion and command history.
Kahenraz wrote on 2026-09-07, 06:04:I want doskey.com to always run whenever I open a command prompt so that I can have tab completion and command history.
If you put doskey in your actual autoexec.bat, each opened DOS prompt will have doskey. This is the easiest way.
Another option is to customize dosprmpt.pif, so that it executes a batch file, as Disruptor said.