Home / Microsoft / Microsoft DOS / how to attach my bat file to autoexec.bat
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] - (Bottom) Print
Author Topic: how to attach my bat file to autoexec.bat  (Read 4563 times)
#groff -Tascii -man yakub
Topic Starter
Rookie



Posts: 44


« on: July 11, 2008, 07:20:28 AM »

Can any body tell me how to attach my batch file to the autoexec.bat file which will execute my file automatically at the boot time
« Last Edit: July 11, 2008, 07:31:52 AM by #groff -Tascii -man yakub » IP logged
Dias de verano
Guest
« Reply #1 on: July 11, 2008, 11:21:48 AM »

Method 1.

type autoexec.bat > autoexec.new
type yourfile.bat >> autoexec.new
ren autoexec.bat autoexec.old
ren autoexec.new autoexec.bat

Method 2.

add this line to the end of autoexec.bat using EDIT

yourfile.bat

In the above examples, yourfile.bat means "the name of your batch file"


IP logged
#groff -Tascii -man yakub
Topic Starter
Rookie



Posts: 44


« Reply #2 on: July 11, 2008, 12:31:09 PM »

but wehen i want to edit the autoexec.bat file it is giving a blank screen inthe dos editor
how to unhide &edit the autoexec.bat file
IP logged
Dias de verano
Guest
« Reply #3 on: July 11, 2008, 12:46:17 PM »

if autoexec.bat is hidden

attrib -h autoexec.bat

Are you sure it contains any lines?
IP logged
#groff -Tascii -man yakub
Topic Starter
Rookie



Posts: 44


« Reply #4 on: July 11, 2008, 01:00:41 PM »

i does not contain any lines
if  i use the comman "attrib -h autoexec.bat"
it is giving an errorwith the message
not resetting system file autoexec.bat
IP logged
Dias de verano
Guest
« Reply #5 on: July 11, 2008, 01:16:19 PM »

It does not contain any lines, it is empty? What OS are you running?
IP logged
Dusty
Egghead



Thanked: 71
Posts: 3,378

Experience: Beginner
OS: Windows XP


I could if she would, but she won't so I don't.

« Reply #6 on: July 11, 2008, 08:06:14 PM »

It does not contain any lines, it is empty? What OS are you running?


Sounds very much like XP in which case Autoexec.bat is irrelevant except for SET commands.   The .bat file, or a shortcut to it, could be put in the Startup programs file so that it runs when Windows is loaded.

Here is a quote from this Wiki.
Quote
Windows NT and its descendants Windows XP and Windows Vista parse AUTOEXEC.BAT when a user logs on. As with Windows Me, anything other than setting environment variables is ignored.

IP logged

One good deed is worth more than a year of good intentions.
#groff -Tascii -man yakub
Topic Starter
Rookie



Posts: 44


« Reply #7 on: July 11, 2008, 11:03:45 PM »

but how to attach a file in the satrup using dos command
IP logged
Deerpark
Egghead



Thanked: 1
Posts: 2,908




« Reply #8 on: July 12, 2008, 06:50:34 AM »

You need to answer this question #groff -Tascii -man yakub.

What OS are you running?
OS = Operating System AKA what version of Windows are you using?
IP logged

Any sufficiently advanced technology is indistinguishable from magic.
Arthur C. Clarke (1917 - 2008)
#groff -Tascii -man yakub
Topic Starter
Rookie



Posts: 44


« Reply #9 on: July 12, 2008, 07:27:39 AM »

i am using xp service pack 2
IP logged
Deerpark
Egghead



Thanked: 1
Posts: 2,908




« Reply #10 on: July 12, 2008, 07:29:57 AM »

As Dusty said, the easiest way to make it start with Windows is to add it to the startup folder.
C:\Documents and Settings\[YOURUSERNAME]\Start Menu\Programs\Startup
IP logged

Any sufficiently advanced technology is indistinguishable from magic.
Arthur C. Clarke (1917 - 2008)
Dias de verano
Guest
« Reply #11 on: July 12, 2008, 07:39:03 AM »

I generally feel a teeny bit suspicious when the question, "how can I make a program startup by means of a script?" comes up. 
IP logged
#groff -Tascii -man yakub
Topic Starter
Rookie



Posts: 44


« Reply #12 on: July 12, 2008, 08:43:33 AM »

thanks to all for you replays
IP logged
Pages: [1] - (Top) Print 
Home / Microsoft / Microsoft DOS / how to attach my bat file to autoexec.bat « previous next »
 


Login with username, password and session length

Old Forum Search | Forum Rules
Copyright © 2010 Computer Hope ® All rights reserved.
Powered by SMF 2.0 RC3 | SMF © 2006–2010, Simple Machines LLC
Page created in 0.157 seconds with 20 queries.