batch file

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bineeshms
    New Member
    • Jan 2008
    • 1

    batch file

    Hi all,

    Can anyone help me to create a batch file in notepad which should be executed
    at the time of booting the system
  • MindBender77
    New Member
    • Jul 2007
    • 233

    #2
    Originally posted by bineeshms
    Hi all,

    Can anyone help me to create a batch file in notepad which should be executed
    at the time of booting the system
    Can you be a little more specific. Do you need help writing the .BAT or automating it?

    If you want to automate it you could add it to startup menu. If you need help writing it, what is it supposed to do?

    JS

    Comment

    • AmberJain
      Recognized Expert Contributor
      • Jan 2008
      • 922

      #3
      Originally posted by bineeshms
      Hi all,

      Can anyone help me to create a batch file in notepad which should be executed
      at the time of booting the system
      That's quite easy----->
      Simply search for the file AUTOEXEC.BAT in the root drive marked as bootable. For example:
      C:\autoexec.bat

      Now simply type the commands you wanna execute in that file and save it.
      The file is executed every time windows boots.
      _______________ _______________ _______________ _______________ _____
      As an alternative you can also make any batch file with any name and put it in startup folder in start menu. This will perform the same job.

      Comment

      Working...