Plz Help!
When I activated that VBS, nothing happens!
What I type in ("Area where file will be saved") is ("C:\Documents and Settings\COMPAQ\Desktop").
shayminpoke 7 months ago
You know, you have a rogue on your computer. "Security Tools"
appleobsessed1 1 year ago
It's really cool! If you want more VBScript eroors,look at my videos,yes?
razvandumidumi66 1 year ago
This has been flagged as spam show
wouldn't this script be MUCH shorter and easier? :)
set fso = CreateObject("Scripting.filesystemobject")
set file = fso.CreateTextFile("C:\Users\Username\Desktop\file.txt")
file.writeline "created."
file.close
Scripter4ever 1 year ago
Comment removed
write**
DeDlyNesS 2 years ago
lol...there is a very simpler way...
1.open notepad
2.and then right msgbox "The message inside",20,"and here u write the the title"
3.u save it as .vbs
yes, you can change the file extension. just know that if you use a vbscript to make another vbscript, when you use certain characters " or ) it will not work because the vbscript will mistake it as a command for it and so will alsways never work.
vbsripter 2 years ago
Plz Help!
When I activated that VBS, nothing happens!
What I type in ("Area where file will be saved") is ("C:\Documents and Settings\COMPAQ\Desktop").
shayminpoke 7 months ago
You know, you have a rogue on your computer. "Security Tools"
appleobsessed1 1 year ago
It's really cool! If you want more VBScript eroors,look at my videos,yes?
razvandumidumi66 1 year ago
This has been flagged as spam show
wouldn't this script be MUCH shorter and easier? :)
set fso = CreateObject("Scripting.filesystemobject")
set file = fso.CreateTextFile("C:\Users\Username\Desktop\file.txt")
file.writeline "created."
file.close
Scripter4ever 1 year ago
Comment removed
Scripter4ever 1 year ago
write**
DeDlyNesS 2 years ago
lol...there is a very simpler way...
1.open notepad
2.and then right msgbox "The message inside",20,"and here u write the the title"
3.u save it as .vbs
DeDlyNesS 2 years ago
yes, you can change the file extension. just know that if you use a vbscript to make another vbscript, when you use certain characters " or ) it will not work because the vbscript will mistake it as a command for it and so will alsways never work.
vbsripter 2 years ago