Wednesday, October 6, 2010

AUTOEXEC.BAT

AUTOEXEC.BAT is a system file found originally on the MS-DOS operating system. It is a plain-text batch file that is located in the root directory of the boot device. The name of the file stands for "automatic execution", which describes its function in automatically executing commands on system startup.

AUTOEXEC.BAT is most often used to set environment variables such as keyboard, soundcard, printer, and temporary file locations. It is also used to initiate low level system utilities, such as the following:
  • Virus scanners

  • Mouse drivers
  • Keyboard drivers
  • CD drivers
  • Miscellaneous other drivers

For example:  Suppose if user want to modify system date , to set the path of the your directory, then batch file AUTOEXEC.BAT  is created as

C:\> EDIT AUTOEXEC.BAT

Type following commands in DOS Editor
ECHO
CLS
DATE
PATH=D:\AMRIT;

 AUTOEXEC.BAT डॉस ऑपरेटिंग सिस्टम system file है.  यह एक plain-text batch file जो  boot device की है कि root directory में स्टोर होती है. Stands for "automatic execution", जो स्टार्टअप पर स्वचालित रूप से क्रियान्वित होती है.

AUTOEXEC.BAT environment variable जैसे कुंजीपटल, soundcard, प्रिंटर को  सेट किया जाता है, और अस्थायी फ़ाइल स्थानों. यह भी इस तरह के निम्नलिखित के रूप में निम्न स्तर की प्रणाली उपयोगिताओं, आरंभ किया जाता है:

     * स्कैनर वायरस
     *  माउस ड्राइवर
     * कुंजीपटल ड्राइवर
     * सीडी चालकों
     * विविध अन्य ड्राइवरों

उदाहरण के लिए: मान लीजिए, यदि user तारीख बदलना चाहते हैं, अपने वोर्किंग डायरेक्टरी का पथ सेट करना है  तो बैच फ़ाइल AUTOEXEC.BAT के रूप में बनाया जाता है

C:\> EDIT AUTOEXEC.BAT

Type following commands in DOS Editor
ECHO
CLS
DATE
PATH=D:\AMRIT;

No comments:

Post a Comment