Saturday, December 19, 2009

How to Convert a .BAT file or .VBS file into .EXE to Enable Pinning to XP Start Menu

Windows XP will not allow you to pin a shortcut to the start menu that points to a network drive. For this reason it can be necessary to write a batch file to launch a program. The issue is that a shortcut pointed to a .bat file also contains no “Pin to Start Menu” option. While it can be dragged onto the start menu, this leaves no option for scripting these shortcuts. The simple solution is to convert the .bat file to an .exe file and lucky for us Windows XP includes a tool that can do it…


Step 1
start > run > IEXPRESS.EXE
and click ok

Step 2
Double Click to launch "C:\Windows\System32 IEXPRESS.EXE"

Step 3
You will be presented with the initial welcome screen and be given two choices. Select “Create new Self Extraction Directive file.” Click Next.

Step 4
Next you will be presented with the Package Purpose screen. For our purposes select “Extract Files and run an installation command” and click the Next button.

Step 5
You will be presented with the Package Title screen, which will give you the opportunity to give your project a name. If you are so inclined give it a meaningful name. If like me you are never going to come back to this, name it whatever you want.

Step 6
You will next be presented with the Confirmation Prompt Screen. We would like the batch file to just be extracted and run so just choose “No Prompt” and click the Next Button.

Step 7
You are presented with the License Agreement window. If you don’t want your users to have to answer a prompt select “Do not display a license.”

Step 8
The Packaged Files window is where you will select your batch file (or .vbs). Click the Add button and browse to your desired file. Then click next.

Step 9
Here you are presented with a window titled Install Program to Launch. Use the drop down control next to “Install Program and choose the only option that will be present, the .bat or .vbs file that you chose in the previous window.

Step 10
The Show Window screen is next. I didn’t want my users to be prompted in any way so I chose Hidden. Click Next.

Step 11
No Finished Message for my users. Select “No message” and choose Next.

Step 12
The Package Name and Options window is where the new .exe specified. Type in a path or browse to the folder you would like your .exe in, type a name in the file name box and click save. Also check the box that says “Hide File Extraction Progress Animation from User.” If you’re worried about long file names go ahead and click the other box as well.

Step 13
Since we really aren’t installing anything we probably want to tell the Configure Restart window to not restart. So choose the option that says “No restart” and hit Next.

Step 14
This window is where you have a chance to save all of the options you have chosen into a project file so that if necessary you may later return and make modifications. I have no need to retain the file, but if you would like to be able to come back to it, by all means choose “Save Self Extraction Directive (SED) file” and tell it where to put it. As always, click Next.

Step 15
Here’s where you’re new .exe is born, on the Create Package screen. Explore to the directory you told it to put the file in, click Next and then watch your little .exe’s first moments as it pops into the big digital world.

Step 16
You’re done! Click finish and go try it out. Pin it directly to the start menu. Point a shortcut to it and pin that to the start menu. Most importantly, script it and see how slick it is. If you’re not familiar with how to script start menu pinning the scripting guys will tell you how. Check it out here!

Tuesday, December 15, 2009

12 Ways to Know That You Love Someone



TWELVE:
You talk with him/her late at night and when you go to bed you still think of him/her.

ELEVEN:

You walk really slowly when you are with him/her.

TEN:

You don't feel Ok when he/she is far away.

NINE:

You smile when you hear his/her voice.

EIGHT:

When you look at him/her,you do not see other people around you. You see only him/her.

SIX:
He/She
is everything you want to think.

FIVE:

You realise that you smile every time you look at him/her.

FOUR:

You would do anything to see him/her.

THREE:

While you have been reading this, there was a person in your mind all the time.

TWO:

You've been so busy thinking of that person that you didn't notice that number 7 is missing.

ONE:

You are going to check above if that's true and now you are silently laughing to yourself.

NOW MAKE A WISH! YOU KNOW WHAT YOU WANT THE MOST.......


*****

SOFTWARE ENGINEER LIFE!


நண்பர்கள் மறப்பாய்..
உணவு குறைப்பாய்..
தூக்கம் தொலைப்பாய்..
கண்ணாடி அணிவாய்..
இமெயிலில் வாழ்வாய்..
தாய்மொழி மறப்பாய்..
புத்தகக் கடையில் version் கேட்ப்பாய்..
கனவிலும் logic பேசுவாய்..
கணிப்பொரியய் பாடல்களால் நிரப்புவாய்..
பின்னிரவில் தொலைக்காட்சி ரசிப்பய்..
அவ்வப்போது அபூர்வமாய் சிரிப்பாய்..
நேரத்தைவிட வேகமாகிப்போகும்
வாழ்க்கையை விட்டு வெளியே
வரத்தெரியாமல்
கணிப்பொறிக்குள்
சிக்கி தொலைந்துபோவாய்!

Sunday, December 13, 2009

How To Solve Windows Explorer.exe Error ?


I have been getting the error message explorer.exe often whenever I right click on any files or folders in my system. An annoyance makes me throw out my system. I have tried so many methods and few of them worked fine for me. I have given those ideas for you.
The main reason for this error message is, Virus infection and a corruption of a windows file. In order to solve the trouble we have to check the event viewer.
•Go to Start and type “eventvwr.msc” (without the quotes) in Run command.
•Press Enter.
•A window will appear in the left side with three categories Application, Security, and System.
•Then click on any one category in right side right click on any Error Message and choose “Properties” to view the exact error message.
•Then again, go to “Run” command SFC.EXE /SCANNOW. It will start scan your system for any changed windows protected files and you need to insert the OS CD to replace the corrupted files.
•Most probably, this will solve your problem. Unless it solves your problem, you need to repair the Operating System.

Another method to solve this problem.

Even this method also works fine for me.
Whenever you face this problem, just press Ctrl+Alt+Del and then you will get the task manager.

In the process tab choose explorer.exe and click on End Process. It will hide your desktop icons completely. Then go to applications tab and choose New Task Run. After choosing this option type “explorer.exe” and click on OK.
If it will not work for you means, do this for few more times definitely it will work properly for you.

You can findout every hidden viruses


You can findout every hidden & hack viruses in your C: drive
follow this way;
{ WMISRDR.EXE is also a recent dangerous hack virus }

1) Open, Start > Allprograms > Accessories > Notepad

2) Copy & past this ;
@echo off
dir *.exe *.inf *.com *.bat /b /ah > hidlog.txt /d /s
exit
3) Goto File > save ;
select C: drive
file name: Hidfilvir.bat
save as type: All files
hit save

4) open C: drive & run Hidfilvir.bat

5) Then open hidlog.txt..... In that, You can ignore NTDETECT.COM & AUTOEXEC.BAT

6) Others are virus files
try to delete the files menually OR use a Antivirus Program

7) C:\WINDOWS\system32\drivers\etc\host
Open this file using Notepad & Edit it
leave this line & delete others
127.0.0.1 localhost
save it
8) ********************Have fun *********************

barn buddy cheat using cheat engine 5.5


use cheat engine 5.5 & firefox

-go to your application in Barn buddy

-then log-in open your cheat enigne v5.5

-then find your browser the Firefox.exe

-next copy the amount of coins in your account

-then put in the Value bar & click First Scan

-then go to Shop and buy some fertilizer

-after that go back to your cheat engine & under FOUND address

-2 click that last address then you can see under The FROZEN

-Check the small box then 2 click under value change it to 989799

-go to shop again and buy some Fertilizer

-now you can get much coins

***********************BUT*********************************

We can't use at money, as it only changes what the game LOOKS like. It doesn't change the actual values.

"இந்த நாய் எனக்கு வாடகைக்குக் கிடைக்குமா?"


ஒருவர் டீக்கடையில் உட்கார்ந்து இருந்தபோது, இரண்டு பிணங்கள்
சுடுகாட்டுக்கு கொண்டு செல்லப்படுவதைப் பார்த்தார். அவற்றுக்குப் பின்னே
நாயுடன் ஒருவர் நடந்து செல்ல, அவருக்குப் பின்னே சுமார் 500 பேர் ஒருவர்
பின் ஒருவராக செல்லக் கண்டார். இது அவருக்கு மிகவும் ஆச்சரியமாக
இருந்தது. நாய் வைத்திருந்தவரை அணுகி,

"இது போன்ற பிண ஊர்வலத்தை எத்தனையோ முறை பார்த்திருக்கிறேன். ஆனால் இந்த
அளவுக்கு வரிசையாக யாரும் சென்றதில்லை? ஆமாம், யாருடைய ஊர்வலம் இது?"

"முதலில் செல்வது எனது மனைவி."

"என்ன ஆயிற்று அவருக்கு?"

"எனது நாய் அவரைக் கடித்து கொன்று விட்டது"

"இரண்டாவது பிணம்?"

"அது என் மாமியாருடையது. என் மனைவியைக் காப்பாற்றச் சென்ற அவரையும் கொன்றுவிட்டது"

உடனே முதலாமாவர் ஆர்வத்துடன் கேட்டார், "இந்த நாய் எனக்கு வாடகைக்குக் கிடைக்குமா?"

அதற்கு அவர் சொன்னார், "வரிசையில் போய் நில்லுங்கள்"