Everyone has some standard list of programs, which he starts when logs on to his computer. It’s a waste of time to start each program individually; today we are going to learn how to start all your favorite programs with a single click using batch files. Those of you who don’t know what batch files are may check this post to find out what they are.
I usually use Dreamweaver, Mozilla Firefox, and pidgin immediately after I login to my comp. So let us see how to create a batch file to start the above three programs with a single click.
First open note pad and type the following lines
CD “C:\Program Files\Adobe\Adobe Dreamweaver CS3\”
start Dreamweaver.exe
cd “C:\Program Files\Pidgin\”
start Pidgin.exe
cd “C:\Program Files\Mozilla Firefox\”
start firefox.exe
Here cd switches the control to the directory following it and start command is used to start the program in that directory. You can add any number of programs to this list.
Once you have added all your favorite programs to this list, save it a startup.bat or any other name of your choice and double click on that batch file you created just now to start all your favorite programs.
If you have any problems in creating the batch files feel free to drop in a comment here
Showing posts with label Double-click. Show all posts
Showing posts with label Double-click. Show all posts
Saturday, June 16, 2012
Start all your programs with a single click using batch file
Labels:
adobe adobe,
Batch,
Batch file,
batch programming,
DOS,
Double-click,
how to create a batch file,
mozilla firefox,
Operating Systems,
PC Tips,
Program Files,
Programming,
software,
technology,
X86
Monday, June 11, 2012
Dateline
A subtle replacement for having the date shown on the Menu bar, Dateline gives you a linear calendar on your desktop within a transparent window. One very useful feature is that it has direct access to iCal when double clicking on a day.
The background and text colors are fully customizable along with transparency to make it blend seamlessly with your current desktop. This application requires Mac OS X 10.5 and higher.
Windows XP Secrets
| Notepad Secrets |
Create a log
Text becomes unreadable
|
| Paint Secrets |
Create a trail image
10x Zoom
|
| Other Secrets |
Where is the relaxing music that you've heard during Windows XP Installation?
|
| Game Secrets |
Warning! this requires a modification on your registry. Be sure you follow the steps carefully. Damage your registry might damage your Windows.
|
Tuesday, May 29, 2012
Registry Editing Has Been Disabled By Your Administrator
Whenever I open Run and type regedit and press enter a messageprompt appears saying “Registry editing has been disabled by your administrator“.

Let’s see how can we fix it.Here i got 3 Methods to fix this Problem which i have collected them from Net.
Method 1:
You can use a simple UnHookExec.inf to enable registry editing.
1. Download UnHookExec.inf
2. Right click on the downloaded file and select install.
Method 2:
For enabling you can also use the remove restrictions tool(RRT) by Sergiwa.com, if the method 1 doesn’t work for you.
1. First Download Remove Restrictions Tool
2. Run and check the registry tools and click apply.
Method 3:
If the above two methods does not work for you , you can also try executing a small vbscript which I found on major geeks.
1. First Download EnableRegEdit.vbs
2. Double click on the downloaded file to enable registry editing.
I hope at least one of the above will help to fix the trouble.
Let’s see how can we fix it.Here i got 3 Methods to fix this Problem which i have collected them from Net.
Method 1:
You can use a simple UnHookExec.inf to enable registry editing.
1. Download UnHookExec.inf
2. Right click on the downloaded file and select install.
Method 2:
For enabling you can also use the remove restrictions tool(RRT) by Sergiwa.com, if the method 1 doesn’t work for you.
1. First Download Remove Restrictions Tool
2. Run and check the registry tools and click apply.
Method 3:
If the above two methods does not work for you , you can also try executing a small vbscript which I found on major geeks.
1. First Download EnableRegEdit.vbs
2. Double click on the downloaded file to enable registry editing.
I hope at least one of the above will help to fix the trouble.
Subscribe to:
Posts (Atom)