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