hey! i am trying to make two or mare ojects(exmpl: msgboxes) to appear at the same time, instead of one appearing after i clicked something on another...
there is one thing you should do though: you should declare your variables ex: dim a, b, c. otherwise its easy to make mistakes. If you want the script to make you declare these, use the Option Explicit function
Yeah, I Now Know a lot more about VBScript and i'm glad you mentioned the Declaring Variables Thing. I use that when ever scripting with vbscript.. but yeah i didn't know much vbscript as i do know. Thank you for the comment. Keep Coding everyone (in whatever language you please) Power the the scrip tors/ programmer's.
@TacticalModz - Hello, I'll be happy to help you scan your script. Just take this in consideration - it's been a while since I've done any scripts and or programming, so I may be rather rusty.
HEy, this is completely unrelated to the video, but you seem to know what you are doing...
When using the command 'sendkeys' to press the return button you type "{ENTER}" right ? So, how do you do that with CTRL, to save something ? And is there a way to click File, Save As, etc.
I tried these in a similar way to the Return thing and it didn't work ?
correct ctrl is represented by a "^" symbol the following code will open notepad and save the file.. filename = inputbox _ ("please choose a file name","auto saver") set wshshell = createobject("wscript.shell") wshell.run "notepad" wscript.sleep 500 wshell.sendkeys "^s" wscript.sleep 500 wshell.sendkeys filename & "{enter}"
hey! i am trying to make two or mare ojects(exmpl: msgboxes) to appear at the same time, instead of one appearing after i clicked something on another...
any help will be appreciated...
g10rg0s8574 5 months ago
Every body just have a "god" day!
arnit10 6 months ago
I must say I fancy watching ya stuff so much
especially when I am a beginner and hate reading tutorials
Ya produced very good tutorials
but
can ya if ya're gonna make more, speak for yaself instead of typing the speech out?
tinfanide 6 months ago
@tinfanide - My other tutorials have actual voice within them. If I ever do create a new video tutorial, I'll use a mic.
stupidgaylogincrap 6 months ago
@stupidgaylogincrap
Yes, I see ya other VB tutorials... good to hear ya voice!
tinfanide 6 months ago
@stupidgaylogincrap you have a stupid gay name, lol.
destroyah321 5 months ago
try this:
set a = createobject("wscript.shell")
b = inputbox ("Run:")
a.run (b)
2101andreas 7 months ago
how do you open run and google chrome with it?
josking4000 11 months ago
how do you make it so you can open run and google chrome
josking4000 11 months ago
Nice idea
But...
TheKraiburgBoy 1 year ago
thank 4 information
GEORGE24982 1 year ago
Jus' wonderin' but..
I'm really interested in writing scripts, but right now I"m using Notepad to save as .bat files and Command Prompt..
I'm just wondering if VBScript is going to work for me and, if so, how to open it.
NeptuneMS385 1 year ago
how do you guys know about these Scripts, I mean how you create or do them ?
IceinDark 1 year ago
@IceinDark - Follow the video, save it as file type: .vbs. Double click the saved file & WNIGNDLEIU magic.
stupidgaylogincrap 1 year ago
thanks! it works!
computerprogramer1 1 year ago
is there a way to have it open several programs at once without typing it in in your input box. i.e. in the script.
w1n5t0n4 1 year ago
WTF!? Pause at 2:52.
"Please Fucking....vbs. LOL
stantineham 2 years ago
@stantineham lol, thats awesome
w1n5t0n4 1 year ago
there is one thing you should do though: you should declare your variables ex: dim a, b, c. otherwise its easy to make mistakes. If you want the script to make you declare these, use the Option Explicit function
tkmartindale 2 years ago
Yeah, I Now Know a lot more about VBScript and i'm glad you mentioned the Declaring Variables Thing. I use that when ever scripting with vbscript.. but yeah i didn't know much vbscript as i do know. Thank you for the comment. Keep Coding everyone (in whatever language you please) Power the the scrip tors/ programmer's.
stupidgaylogincrap 2 years ago
@stupidgaylogincrap Would you mind reading my script and correcting an error i have? Please take into consideration :) Thanks
TacticalModz 1 year ago
@TacticalModz - Hello, I'll be happy to help you scan your script. Just take this in consideration - it's been a while since I've done any scripts and or programming, so I may be rather rusty.
stupidgaylogincrap 1 year ago
can u send the code
!
kyawswarnyein 2 years ago
can you change the border color and stuff on vbs scripts
zboy09809 2 years ago
What do i write in if i want the file start automatically when my computer start?
HamsterLoad 2 years ago
go to start then all programs and past it in the startup folder.
HippyBunny 2 years ago
if you want to start it when the computer starts just put it in the autostart folder
HappyMineFild 2 years ago
this website is a great help with scripts. leave your own script on there too for other people.
vbscripts . webs . com
vbsripter 2 years ago
Ok never mind I got it with vbs. Now I can't close the program that i just made it always stays open. Does anyone know how to fix that?
Jccliffhanger 3 years ago
TO CLOSE: TYPE "EXIT" into text field
stupidgaylogincrap 3 years ago
hey what extension do you save it as? Can someone please help me? I tried vbs and a bunch of others, pls help me
Jccliffhanger 3 years ago
in notepad set
"file type" to "all files"
then save as .vbs
adamrv1 2 years ago
HEy, this is completely unrelated to the video, but you seem to know what you are doing...
When using the command 'sendkeys' to press the return button you type "{ENTER}" right ? So, how do you do that with CTRL, to save something ? And is there a way to click File, Save As, etc.
I tried these in a similar way to the Return thing and it didn't work ?
thebunnyboy99 3 years ago
adamrv1 2 years ago
Did you mean wshshell ?
And, thanks =D
thebunnyboy99 2 years ago
he has everything right....
where is says.
set a =
it can be anything.... its just easier to remeber if its wshshell
fashooow23 2 years ago
Comment removed
adamrv1 2 years ago
ty it works^^
FireX707 3 years ago
it works fine 4 me :D thx
EralCoil 3 years ago
i am ba hhjkl;'
gilberto422 3 years ago
sry bout all previous comments on all vids, but its working :D
theonlinegamers 3 years ago
NP i am having difficulty recieving the messages
stupidgaylogincrap 3 years ago
i can open notepad (notepad.exe) and msn(MSNMSGR) but nothing else :(
theonlinegamers 3 years ago
you can also open
"CMD"
"control panel"
"iexplore.exe"
"firefox.exe"
adamrv1 2 years ago
err it opens up a msg box that says note pad and the another one that says 1
theonlinegamers 3 years ago
5/5 +subscribe :D
LithuanianTrick 3 years ago
nice one! 4/5 since you need to type programs name.programs type
elisha054 3 years ago
Thanks =D
stupidgaylogincrap 3 years ago