[TUTORIAL] Create a BAT file to launch several programs
|
2015-08-15, 19:22
(This post was last modified: 2015-12-03 09:35 by Ash.)
Post: #1
|
|||||||
|
|||||||
Create a BAT file to launch several programs
As requested, I have made a small tutorial on how to make a simple .bat file which will launch several programs at the click of a shortcut.
1. Open a fresh Notepad file and save it in your LFS area, calling it something like "RunLFS.bat". Make sure you select the save as type as "All Files (*.*)" else this will not work. This is an example of my RunLFS.bat file, make the adjustments to your specific needs! Code: @echo off As you can see, I have mine set to launch Logitech Profiler, Logitech Keyboard Profiler and LFS itself. Explanation: The other lines are the executables which I wish to launch. You can see there are 2 main parts. The file LOCATION and the EXECUTABLE itself. You need to have the LOCATION within the speech marks and the EXECUTABLE outside of them. I then found the actual file itself which I saved in my LFS directory, and send it to the desktop as a shortcut and changed the icon to match LFS's own one. Hope this helps, if your stuck, reply and ill give you a hand! - PS Remember to save your file when doing your changes! |
|||||||
« Next Oldest | Next Newest »
|
Possibly Related Threads... | |||||
Thread: | Author | Replies: | Views: | Last Post | |
[TUTORIAL] - Wifipad - How to create and use! | McGherkin | 104 | 125,504 |
2015-08-10 17:32 Last Post: Jacob |
|
[TUTORIAL] Create Your Own Chatlog | Ash | 9 | 12,849 |
2015-08-10 14:16 Last Post: Roy |
User(s) browsing this thread: 10 Guest(s)
Powered By MyBB, © 2002-2025 MyBB Group