How do I create a popup in notepad using VBscript that opens with another program ie I open solitaire and this popup opens?

Answer:
Well I know one way you can fake someone to thinking that hes is opening a program but he is actually activating the script.

Heres how its done:

1. Open notepad
2. Type in the following ..... look under for example

answer=msgbox("Fill in your title",enter 8, 16, 32 or 64 dependng type of box(error, information, etc.),"enter your message")

3. Save as...
4. In whatever file save as whatever you want ex: internet.vbs MAKE SURE YOU NAME IT AS .VBS
5. Create a shortcut of the file ON YOUR DESKTOP
6. Right click
7. Properties...
8. Change icon...
9. Choose whatever icon you want ... in my example I use the internet explorer icon
10. Delete your REAL internet explorer temporarily (dont empty recycle bin) and..


VOILA! Your victim will double click the fake internet and a popup with your message will appear! To add even more fun to it... I personally like to to copy the vbs 10 20 or even 100 times so they will click X and it will still be there!

like so:

answer=msgbox("Fill in your title",enter 8, 16, 32 or 64 dependng type of box(error, information, etc.),"enter your message")
answer=msgbox("Fill in your title",enter 8, 16, 32 or 64 dependng type of box(error, information, etc.),"enter your message")
answer=msgbox("Fill in your title",enter 8, 16, 32 or 64 dependng type of box(error, information, etc.),"enter your message")
answer=msgbox("Fill in your title",enter 8, 16, 32 or 64 dependng type of box(error, information, etc.),"enter your message")
answer=msgbox("Fill in your title",enter 8, 16, 32 or 64 dependng type of box(error, information, etc.),"enter your message")
answer=msgbox("Fill in your title",enter 8, 16, 32 or 64 dependng type of box(error, information, etc.),"enter your message")
Contributor: Mornarq
First answer by Mornarq. Last edit by Mornarq. Contributor trust: 2 [recommend contributor recommended]. Question popularity: 1 [recommend question].