answersLogoWhite

0


Best Answer

Probably trying to make a virus.

It's simple: Drag the batch file you want to start on startup into the startup folder in All Programs.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you run a batch file automatically at start up?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which is the batch file that is automatically run when MS DOS booted?

Autorun.bat


What are batch files used for?

batch files are used to run a series of commands at once. people who work on computers daily and have a series of files or programs to start and command to run often create a batch file to do it automatically and save time.


How do you run an .exe from batch file?

Yes, To run a file in batch, do one of the following: If it is in the same folder, start filename.exe If it is in another folder, start C:\%filepath%\.exe ex: start C:\Windows\system32\cmd.exe


How do you run ePSXe 1.6?

Click file then click run ISO then click your game image and it'll start automatically.


How do you run batch file for xp pro that starts every time the computer starts and runs this in command prompt ROUTE ADD 192.168.17.0 MASK 255.255.255.0 192.168.1.2 -p?

To run a batch script automatically every time the computer starts, schedule it in Task Scheduler.


Is there any command to run a batch file in background?

Nope, there are no such things as a batch file that can run in stealth mode. A batch file is too simple to go as far as that. If you are trying to do this, I would recommend you legally learn about hacking. If that feature is enabled, you can run a whole lot of nasty stuff in there without the user knowing what is happening.


Is there a way to close one program automatically anytime a certain other program is launched?

Yes, using a batch file like this one: @echo off killtask /IM programyouwanttoclose.exe /F C:\Program Files\Programyouwannaopen\programyouwannaopen.exe Then you run the program using this batch file instead of the usual link / exe Regards, Andrea Fattori Yes, using a batch file like this one: @echo off killtask /IM programyouwanttoclose.exe /F C:\Program Files\Programyouwannaopen\programyouwannaopen.exe Then you run the program using this batch file instead of the usual link / exe Regards, Andrea Fattori Yes, using a batch file like this one: @echo off killtask /IM programyouwanttoclose.exe /F C:\Program Files\Programyouwannaopen\programyouwannaopen.exe Then you run the program using this batch file instead of the usual link / exe Regards, Andrea Fattori


Is there a way to make a batch file run as soon as it is saved over msn?

No.


How can you run a file on startup using CMD?

Make a batch file. Open up notepad, type in the commands just like you would if you had a C:\prompt and choose "save as." When you save it, remove the .txt extension & use .bat instead. Batch files can be executed just like an .exe, any commands in the batch file are put to a command prompt & executed. So just put the batch file (or a shortcut to it) in programs/startup in your start menu & youre done!


How do you enter username and password with a batch file?

You can use the run as command in the batch file if you are using windows xp and i think with wondows 2000, unfortunatly it is open text so you have to use another programme to do that.


How do you name a batch program?

Assuming you mean a shell script (AKA batch file), you simply add a .bat as the extension to any plaintext file. There is no limitation for the actual filename aside from this (except for regularly unallowed charachters like > and /). For instance, if you wanted to name your batch file hello world, you would open up a new notepad document, enter your code, then save as File Name: hello world.bat and change the Save as Type: All Files. Windows automatically recognizes any file with the .bat extension as an executable batch file, so to run it, you would just double-click it like any other document or file. To edit the batch file again, you can right click it and select Edit, or use notepad to open it from its respective location. Hope that answers your question.


Is tscdsbl.bat safe to install?

*Never* install any file or run any executable you did not get from a trusted source or that you know to be a good file. Always assume the worst. A .bat file is a batch file used to execute a "Batch" of commands and could have crippling effects on your security. Please, never run something you don't implicitly trust.