Dos User - No Boot Dos Disk, No Edit.com,How to create Imp Files

January 27, 2010 by: umarif

tutorials

Hello Dos friends
This is a simple but most forgotton command to create
files like config.sys and autoexec.bat files, well heres it…
Even if u dont have a dos boot disk u can work ur way
to some extent.
********************************************
At c:\ prompt
type
copy con config.sys
devicehigh=c:\dos\himem.sys
device=c:\dos\setver.exe
devicehigh=c:\dos\emm386.exe ram
dos=high,umb
last drive=z
then press CTRL + z
press enter
Config.sys file will be created.
********************************************
Similarly u can create autoexec.bat
@echo off
prompt=$P$G
path=c:\dos;c:\
lh mouse
lh doskey
Press CTRL + Z
**********************************************

More Resources:

  1. Creating Universal Ghost Usb Boot Disk And Cd
  2. Making Bootable Floppy Disk to Boot into Windows
  3. Boot Block Recovery For Free
  4. Dual Boot After The Fact
  5. Create A Huge File
Filed under: Tutorials
Tags:

Leave a Reply

You must be logged in to post a comment.