How to read from a varytpe 8209 variable?
I am using VBscript inside a third party software. My ways of seeing what is going on is by writing to a log file or using MsgBox.
replace long dash character from file names in vbs
I need to replace several special characters from file names. All works except for the long dash which doesnn’t seem to be detected by the script. How do I do it?
you can see in the screenshot the file above has long dash (not recognized) while the bottom file has a short dash (working fine with the script)
enter image description here
Error 0x80041017 on VBScript when using “For”
I have a problem, I was making a “ransomware” using VBScript, but the problem is that when the VBScript file, it’s shows the error: “0x80041017” at line 23 char 1. Here is the line 23 code; For Each objFile in colFiles
;
Can’t get file names from folder in Visual Basic
I’m trying to make really basic script to scan folder for files and output their names in one string separated by “|” like “FileNameOne|FileNameTwo|etc”. But my script does not work and I have absolutely no idea why.
execute command with arguments in vbscript
I’m trying to make a vbscript that silently starts wsl for me.
vbscript run workbook that is already open syntax do not work
i have this vbscript that i do not need to open the file since it will be opened by another apps
i tried to replace open as run but it don’t work
Please help with this syntax
Vb Script Help needed
How can I divide two ranges (which are on two different spreadsheets) using variables for the Row number? I tried following codes
Is it the standard accepted practice to install software using VBScript? [closed]
Closed 9 years ago.
VBScript Exception Occured when logging directory-deleted with variable used for oFSO.deletefolder
If I switch the variable out for any other variable, including s
used in the file deletion loop, it works fine. What the heck am I missing?
How to make a script in VBS that evey time I run it it gives a different MsgBox from list?
So, I want it to give random one from these and then continue to next part of the scrpit.
MsgBox”1″
MsgBox”2″
MsgBox”3″
MsgBox”4″
etc.
I want it so it would choose a random one from these.