Curation by haexwise 1 month, 2 weeks ago for query vbscript
Original results
-
https://en.wikipedia.org/wiki/VBScript — found via Google
VBScript
VBScript is a deprecated programming language for scripting on Microsoft Windows using Component Object Model (COM) based on classic Visual Basic and Active ...
-
https://en.wikipedia.org/wiki/Windows_Script_Host — found via Wikipedia
Windows Script Host
at this time VBScript became means of automation for Microsoft Outlook 97. The WSH is also an optional install provided with a VBScript and JScript engine
-
https://en.wikipedia.org/wiki/Windows_Task_Scheduler — found via Wikipedia
Windows Task Scheduler
six COM interfaces. Microsoft provides a scheduling agent DLL, a sample VBScript and a configuration file to automate Task Scheduler. In addition to the
-
https://en.wikipedia.org/wiki/Windows_Script_File — found via Wikipedia
Windows Script File
Windows Script Host. It allows mixing the scripting languages JScript and VBScript within a single file, or other scripting languages such as Perl, Object
-
https://en.wikipedia.org/wiki/Visual_Basic — found via Wikipedia
Visual Basic
built into programs such as Microsoft Office and used for writing macros VBScript, an Active Scripting language based on VB6, actively maintained from 1996–2023
-
https://superuser.com/q/643417 — found via Mwmbl
vbscript - Delete user profile from command line Windows 7 - Sup…
Frequently I need to delete all of the user profiles on a computer except for two accounts. I would like to have a script that can perform this for me. T…
-
https://stackoverflow.com/q/4508903 — found via Mwmbl
vbscript - WSH: How to use extended JScript Date Object in VBS? …
I have used Date.prototype in my WSH-JScripts to do some date calculations. I would like to include these functions in WSH-VBS as well. Basically, mixing…
-
https://stackoverflow.com/a/2202877 — found via Mwmbl
vbscript - What does the "On Error Resume Next" statement do? - …
yes, it's 2018, but this is still valid - On Error Resume Next is like saying 'I think this thing should work, but if it doesn't work, act like it did`. …
-
http://stackoverflow.com/a/35985827 — found via Mwmbl
vbscript - Error ASP 0177: 8007007e CreateObject fails for COM D…
Like @John links it likely not registered using regsvr32 dllname, also remember to use the correct version in multiple architecture environments. If the …
-
https://stackoverflow.com/a/2590398 — found via Mwmbl
vbscript - executing batch files sequentially - Stack Overflow
When I run this script it runs both batch files simultaneously. What I need is that it run the first batch file(c.bat) and after it is completely execute…
-
http://stackoverflow.com/a/4388880 — found via Mwmbl
windows - vbscript output to console - Stack Overflow
8 Answers 8 If you run that under wscript.exe (the default handler for the .vbs extension, so what you'll get if you double-click the script) you'll get …
-
http://stackoverflow.com/q/833293 — found via Mwmbl
wsh - How to run VBScript in Windows NT 4? - Stack Overflow
I have a VBScript which I am scheduling to run daily on many Windows servers. In Windows 2000 and 2003, the script worked fine as the two OS have csript.…
-
http://stackoverflow.com/a/2108130 — found via Mwmbl
Zero-length arrays in VBScript - Stack Overflow
I have to do some ASP work and I found out that the language doesn't provide a way to detect zero-length arrays (well, I suppose you can detect the excep…
-
https://stackoverflow.com/questions/1172207/vbscript-type-mismatch — found via Mwmbl
VBScript Type Mismatch - Stack Overflow
@Tomalak: Backslash is a Markdown escape character for special characters, including parenthesis in link addresses within the [...](...) constructs (see d…
-
https://stackoverflow.com/a/78712371 — found via Mwmbl
Calling a PowerShell script from within a VBScript and the use o…
I am neither a seasoned VBScript or PS scripting specialist. My monitoring system has a controlling VBScript for opening support tickets, and it now need…
-
https://stackoverflow.com/a/413403 — found via Mwmbl
asp classic - Outputting a GUID in VBScript ignores all text aft…
I'm creating a GUID for use in a Classic ASP application, by using TypeLib. However, even a simple test such as writing the GUID out to the screen is giv…
-
https://stackoverflow.com/q/23210905/1016343 — found via Mwmbl
debugging - Can you debug VBScript in Visual Studio? - Stack Ove…
5 Answers 5 First of all VBScript is an interpreted language and does not need to be compiled. But yes, you can debug your VBScript file inside Visual St…
-
https://stackoverflow.com/a/10304338/328397 — found via Mwmbl
windows - Alternatives to Msgbox in VBScript - Stack Overflow
You can call PowerShell from VBScript. That might actually be the simplest work-around. In my opinion, VBScript really isn't suitable to be used where an…
-
https://stackoverflow.com/a/13911760/111794 — found via Mwmbl
excel - Bad data selection using VBScript , on date field values…
Now the Excel is having 36 total tasks,Each tasks has 4 columns with in it. first task .i.e Task1 name will always be started from the L column. 36 tasks…
-
http://serverfault.com/tags/vbscript/synonyms — found via Mwmbl
'vbscript' Tag Synonyms - Server Fault
Tag Info Incorrectly tagged questions are hard to find and answer. If you know of common, alternate spellings or phrasings for this tag, add them here so…
-
https://serverfault.com/a/383472 — found via Mwmbl
Using VBScript at logon to determine if powershell is installed …
1 Answer 1 You could use something like the following. It reads the registry key for PowerShell. If the read is successful (return code 0), or not, you g…
-
https://blogs.msdn.com/ericlippert/vbscript-quiz-answers-part-eight — found via Mwmbl
VBScript Quiz Answers, Part Eight | Microsoft Learn
(a) is illegal because it is illegal to define the same procedure twice inside a class. (b) is illegal because only procedure and variable declarations a…
-
https://blogs.msdn.com/ericlippert/vbscript-constants-are-not-hoisted — found via Mwmbl
VBScript Constants Are Not Hoisted | Microsoft Learn
constants are evaluated at code compilation time; the constants' values are spit into the code Now, the weird part. These facts do not imply that constan…
-
https://blogs.msdn.com/ericlippert/vbscript-quiz-answers-parts-eleven-and-twelve — found via Mwmbl
VBScript Quiz Answers, Parts Eleven and Twelve | Microsoft Learn
is the "logical equivalence" operator.X Eqv YisTrue ifX andY are bothTrue or bothFalse. Why do we need Eqv -- isn't that the definition of "equals"? The d…
-
https://github.com/DoctorLai/VBScript_Obfuscator — found via Mwmbl
GitHub - DoctorLai/VBScript_Obfuscator: The VBScript Obfuscator …
Saved searches Use saved searches to filter your results more quickly You signed in with another tab or window. Reload to refresh your session.You signed…
-
http://python.org/sf/1156179 — found via Mwmbl
Issue 1156179: Calls from VBScript clobber passed args - Python …
I'm using Python 2.4.0 and VBScript under ASP on IIS 5. If I call a Python function from VBScript AND pass a local var as the first parameter AND don't u…
-
http://ss64.com/vb — found via Mwmbl
VBScript Commands - SS64.com
VBScript is being deprecated (Oct 2023). In future releases of Windows client, VBScript will be available as a feature on demand before its eventual remov…
-
http://ss64.com/vb/syntax.html — found via Mwmbl
VBScript Syntax - SS64.com
VBScript is being deprecated (Oct 2023). In future releases of Windows client, VBScript will be available as a feature on demand before its eventual remo…
-
https://isvbscriptdead.com — found via Mwmbl
Is VBScript/VBA Dead or Deprecated?
Is VBScript or VBA Dead or Deprecated? In future releases of Windows, VBScript will be available as a feature on demand before its removal from the opera…
-
https://isvbscriptdead.com/ — found via Mwmbl
Is VBScript/VBA Dead?
No , VBScript or VBA is neither Dead nor Dying. And VBScript is a very stable scripting language. Is VBScript Still Relevant? Yes , if you are a windows…
-
https://wp.me/p4Ajf2-1Aj — found via Mwmbl
VBScript : VB :: ping-pong : volleyball | Fabulous adventures in…
Post navigation VBScript : VB :: ping-pong : volleyball Leah is a tester in the Mobility division here at Microsoft, where she works on the software that…
-
http://support.microsoft.com/kb/3040297 — found via Mwmbl
MS15-019: Vulnerability in VBScript Scripting Engine could allow…
This security update resolves a vulnerability in the VBScript scripting engine in Microsoft Windows. The vulnerability could allow remote code execution i…
-
http://hup.hu/node/170253 — found via Mwmbl
vbscript | HUP
Function GetRecentFolder(path) Dim fso, folder Set fso = CreateObject("Scripting.FileSystemObject") Set GetRecentFolder = Nothing For Each folder in fso.…
-
https://www.masterpackager.com/blog/vbscript — found via Google
VBScript Is Getting Deprecated - How To Prepare For It
24 May 2024 — VBScript is a feature that is being deprecated due to security reasons and starting with Windows 11 23H2 is available as Feature On Demand.
-
https://www.a-coding-project.de/ratgeber/vbscript — found via Google
VBScript – Tutorial für Einsteiger und Fortgeschrittene
VBScript (VBS) ist eine Ableitung von Visual Basic, die speziell für den Web-Bereich geeignet ist. Es wurden einige Elemente aus der Sprache entfernt und dafür ...
-
https://www.tutorialspoint.com/vbscript/index.htm — found via Google
VBScript Tutorial
Microsoft VBScript (Visual Basic Script) is a general-purpose, lightweight and active scripting language developed by Microsoft that is modeled on Visual ...
-
https://www.w3schools.com/asp/asp_ref_vbscript_functions.asp — found via Google
VBScript Functions
This page contains all the built-in VBScript functions. The page is divided into following sections: Date/Time functions; Conversion functions; Format functions.
-
https://techcommunity.microsoft.com/t5/windows-it-pro-blog/vbscript-deprecation-timelines-and-next-steps/ba-p/4148301 — found via Google
VBScript deprecation: Timelines and next steps | Windows ...
22 May 2024 — VBScript will be retired and eliminated from future versions of Windows. This means all the dynamic link libraries (.dll files) of VBScript will ...
-
https://learn.microsoft.com/de-de/windows/win32/lwef/using-vbscript — found via Google
Verwenden von VBScript - Win32 apps
13 Jun 2023 — VBScript ist eine Programmiersprache, die in Microsoft Internet Explorer enthalten ist. Wenden Sie sich bei anderen Browsern an Ihren Anbieter, ...
-
https://www.borncity.com/blog/2024/05/24/vbscript-als-veraltet-erklrt-timeline-wann-es-verschwindet/ — found via Google
VBScript als veraltet erklärt; Timeline, wann es verschwindet
24 May 2024 — Und im Oktober 2023 wurde VBScript unter Windows abgekündigt (siehe Windows: Drei weitere Funktionen im Nov. 2023 abgekündigt und Windows ADK ...
-
https://de.wikipedia.org/wiki/Visual_Basic_Script — found via Google
Visual Basic Script
Visual Basic Script (kurz: VBScript oder VBS) ist eine von Microsoft entwickelte Skriptsprache. Sie ist eng verwandt mit Visual Basic (VB) und Visual Basic ...
-
https://www.heise.de/news/Microsoft-legt-Fahrplan-fuer-VBS-Ende-vor-9729749.html — found via Google
Microsoft: Fahrplan für das VBS-Ende steht
23 May 2024 — Microsoft will Visual Basic Scripting Edition loswerden. Nun hat das Unternehmen einen Fahrplan vorgelegt, wie es den Abschied staffelt.
New results
-
https://learn.microsoft.com/de-de/windows/win32/lwef/using-vbscript — found via Google
Verwenden von VBScript - Win32 apps
13 Jun 2023 — VBScript ist eine Programmiersprache, die in Microsoft Internet Explorer enthalten ist. Wenden Sie sich bei anderen Browsern an Ihren Anbieter, ...
-
https://en.wikipedia.org/wiki/VBScript — found via Google
VBScript
VBScript is a deprecated programming language for scripting on Microsoft Windows using Component Object Model (COM) based on classic Visual Basic and Active ...
-
https://en.wikipedia.org/wiki/Windows_Script_Host — found via Wikipedia
Windows Script Host
at this time VBScript became means of automation for Microsoft Outlook 97. The WSH is also an optional install provided with a VBScript and JScript engine
-
https://en.wikipedia.org/wiki/Windows_Task_Scheduler — found via Wikipedia
Windows Task Scheduler
six COM interfaces. Microsoft provides a scheduling agent DLL, a sample VBScript and a configuration file to automate Task Scheduler. In addition to the
-
https://en.wikipedia.org/wiki/Windows_Script_File — found via Wikipedia
Windows Script File
Windows Script Host. It allows mixing the scripting languages JScript and VBScript within a single file, or other scripting languages such as Perl, Object
-
https://en.wikipedia.org/wiki/Visual_Basic — found via Wikipedia
Visual Basic
built into programs such as Microsoft Office and used for writing macros VBScript, an Active Scripting language based on VB6, actively maintained from 1996–2023
-
https://superuser.com/q/643417 — found via Mwmbl
vbscript - Delete user profile from command line Windows 7 - Sup…
Frequently I need to delete all of the user profiles on a computer except for two accounts. I would like to have a script that can perform this for me. T…
-
https://stackoverflow.com/q/4508903 — found via Mwmbl
vbscript - WSH: How to use extended JScript Date Object in VBS? …
I have used Date.prototype in my WSH-JScripts to do some date calculations. I would like to include these functions in WSH-VBS as well. Basically, mixing…
-
https://stackoverflow.com/a/2202877 — found via Mwmbl
vbscript - What does the "On Error Resume Next" statement do? - …
yes, it's 2018, but this is still valid - On Error Resume Next is like saying 'I think this thing should work, but if it doesn't work, act like it did`. …
-
http://stackoverflow.com/a/35985827 — found via Mwmbl
vbscript - Error ASP 0177: 8007007e CreateObject fails for COM D…
Like @John links it likely not registered using regsvr32 dllname, also remember to use the correct version in multiple architecture environments. If the …
-
https://stackoverflow.com/a/2590398 — found via Mwmbl
vbscript - executing batch files sequentially - Stack Overflow
When I run this script it runs both batch files simultaneously. What I need is that it run the first batch file(c.bat) and after it is completely execute…
-
http://stackoverflow.com/a/4388880 — found via Mwmbl
windows - vbscript output to console - Stack Overflow
8 Answers 8 If you run that under wscript.exe (the default handler for the .vbs extension, so what you'll get if you double-click the script) you'll get …
-
http://stackoverflow.com/q/833293 — found via Mwmbl
wsh - How to run VBScript in Windows NT 4? - Stack Overflow
I have a VBScript which I am scheduling to run daily on many Windows servers. In Windows 2000 and 2003, the script worked fine as the two OS have csript.…
-
http://stackoverflow.com/a/2108130 — found via Mwmbl
Zero-length arrays in VBScript - Stack Overflow
I have to do some ASP work and I found out that the language doesn't provide a way to detect zero-length arrays (well, I suppose you can detect the excep…
-
https://stackoverflow.com/questions/1172207/vbscript-type-mismatch — found via Mwmbl
VBScript Type Mismatch - Stack Overflow
@Tomalak: Backslash is a Markdown escape character for special characters, including parenthesis in link addresses within the [...](...) constructs (see d…
-
https://stackoverflow.com/a/78712371 — found via Mwmbl
Calling a PowerShell script from within a VBScript and the use o…
I am neither a seasoned VBScript or PS scripting specialist. My monitoring system has a controlling VBScript for opening support tickets, and it now need…
-
https://stackoverflow.com/a/413403 — found via Mwmbl
asp classic - Outputting a GUID in VBScript ignores all text aft…
I'm creating a GUID for use in a Classic ASP application, by using TypeLib. However, even a simple test such as writing the GUID out to the screen is giv…
-
https://stackoverflow.com/q/23210905/1016343 — found via Mwmbl
debugging - Can you debug VBScript in Visual Studio? - Stack Ove…
5 Answers 5 First of all VBScript is an interpreted language and does not need to be compiled. But yes, you can debug your VBScript file inside Visual St…
-
https://stackoverflow.com/a/10304338/328397 — found via Mwmbl
windows - Alternatives to Msgbox in VBScript - Stack Overflow
You can call PowerShell from VBScript. That might actually be the simplest work-around. In my opinion, VBScript really isn't suitable to be used where an…
-
https://stackoverflow.com/a/13911760/111794 — found via Mwmbl
excel - Bad data selection using VBScript , on date field values…
Now the Excel is having 36 total tasks,Each tasks has 4 columns with in it. first task .i.e Task1 name will always be started from the L column. 36 tasks…
-
http://serverfault.com/tags/vbscript/synonyms — found via Mwmbl
'vbscript' Tag Synonyms - Server Fault
Tag Info Incorrectly tagged questions are hard to find and answer. If you know of common, alternate spellings or phrasings for this tag, add them here so…
-
https://serverfault.com/a/383472 — found via Mwmbl
Using VBScript at logon to determine if powershell is installed …
1 Answer 1 You could use something like the following. It reads the registry key for PowerShell. If the read is successful (return code 0), or not, you g…
-
https://blogs.msdn.com/ericlippert/vbscript-quiz-answers-part-eight — found via Mwmbl
VBScript Quiz Answers, Part Eight | Microsoft Learn
(a) is illegal because it is illegal to define the same procedure twice inside a class. (b) is illegal because only procedure and variable declarations a…
-
https://blogs.msdn.com/ericlippert/vbscript-constants-are-not-hoisted — found via Mwmbl
VBScript Constants Are Not Hoisted | Microsoft Learn
constants are evaluated at code compilation time; the constants' values are spit into the code Now, the weird part. These facts do not imply that constan…
-
https://blogs.msdn.com/ericlippert/vbscript-quiz-answers-parts-eleven-and-twelve — found via Mwmbl
VBScript Quiz Answers, Parts Eleven and Twelve | Microsoft Learn
is the "logical equivalence" operator.X Eqv YisTrue ifX andY are bothTrue or bothFalse. Why do we need Eqv -- isn't that the definition of "equals"? The d…
-
https://github.com/DoctorLai/VBScript_Obfuscator — found via Mwmbl
GitHub - DoctorLai/VBScript_Obfuscator: The VBScript Obfuscator …
Saved searches Use saved searches to filter your results more quickly You signed in with another tab or window. Reload to refresh your session.You signed…
-
http://python.org/sf/1156179 — found via Mwmbl
Issue 1156179: Calls from VBScript clobber passed args - Python …
I'm using Python 2.4.0 and VBScript under ASP on IIS 5. If I call a Python function from VBScript AND pass a local var as the first parameter AND don't u…
-
http://ss64.com/vb — found via Mwmbl
VBScript Commands - SS64.com
VBScript is being deprecated (Oct 2023). In future releases of Windows client, VBScript will be available as a feature on demand before its eventual remov…
-
http://ss64.com/vb/syntax.html — found via Mwmbl
VBScript Syntax - SS64.com
VBScript is being deprecated (Oct 2023). In future releases of Windows client, VBScript will be available as a feature on demand before its eventual remo…
-
https://isvbscriptdead.com — found via Mwmbl
Is VBScript/VBA Dead or Deprecated?
Is VBScript or VBA Dead or Deprecated? In future releases of Windows, VBScript will be available as a feature on demand before its removal from the opera…
-
https://isvbscriptdead.com/ — found via Mwmbl
Is VBScript/VBA Dead?
No , VBScript or VBA is neither Dead nor Dying. And VBScript is a very stable scripting language. Is VBScript Still Relevant? Yes , if you are a windows…
-
https://wp.me/p4Ajf2-1Aj — found via Mwmbl
VBScript : VB :: ping-pong : volleyball | Fabulous adventures in…
Post navigation VBScript : VB :: ping-pong : volleyball Leah is a tester in the Mobility division here at Microsoft, where she works on the software that…
-
http://support.microsoft.com/kb/3040297 — found via Mwmbl
MS15-019: Vulnerability in VBScript Scripting Engine could allow…
This security update resolves a vulnerability in the VBScript scripting engine in Microsoft Windows. The vulnerability could allow remote code execution i…
-
http://hup.hu/node/170253 — found via Mwmbl
vbscript | HUP
Function GetRecentFolder(path) Dim fso, folder Set fso = CreateObject("Scripting.FileSystemObject") Set GetRecentFolder = Nothing For Each folder in fso.…
-
https://www.masterpackager.com/blog/vbscript — found via Google
VBScript Is Getting Deprecated - How To Prepare For It
24 May 2024 — VBScript is a feature that is being deprecated due to security reasons and starting with Windows 11 23H2 is available as Feature On Demand.
-
https://www.a-coding-project.de/ratgeber/vbscript — found via Google
VBScript – Tutorial für Einsteiger und Fortgeschrittene
VBScript (VBS) ist eine Ableitung von Visual Basic, die speziell für den Web-Bereich geeignet ist. Es wurden einige Elemente aus der Sprache entfernt und dafür ...
-
https://www.tutorialspoint.com/vbscript/index.htm — found via Google
VBScript Tutorial
Microsoft VBScript (Visual Basic Script) is a general-purpose, lightweight and active scripting language developed by Microsoft that is modeled on Visual ...
-
https://www.w3schools.com/asp/asp_ref_vbscript_functions.asp — found via Google
VBScript Functions
This page contains all the built-in VBScript functions. The page is divided into following sections: Date/Time functions; Conversion functions; Format functions.
-
https://techcommunity.microsoft.com/t5/windows-it-pro-blog/vbscript-deprecation-timelines-and-next-steps/ba-p/4148301 — found via Google
VBScript deprecation: Timelines and next steps | Windows ...
22 May 2024 — VBScript will be retired and eliminated from future versions of Windows. This means all the dynamic link libraries (.dll files) of VBScript will ...
-
https://www.borncity.com/blog/2024/05/24/vbscript-als-veraltet-erklrt-timeline-wann-es-verschwindet/ — found via Google
VBScript als veraltet erklärt; Timeline, wann es verschwindet
24 May 2024 — Und im Oktober 2023 wurde VBScript unter Windows abgekündigt (siehe Windows: Drei weitere Funktionen im Nov. 2023 abgekündigt und Windows ADK ...
-
https://de.wikipedia.org/wiki/Visual_Basic_Script — found via Google
Visual Basic Script
Visual Basic Script (kurz: VBScript oder VBS) ist eine von Microsoft entwickelte Skriptsprache. Sie ist eng verwandt mit Visual Basic (VB) und Visual Basic ...
-
https://www.heise.de/news/Microsoft-legt-Fahrplan-fuer-VBS-Ende-vor-9729749.html — found via Google
Microsoft: Fahrplan für das VBS-Ende steht
23 May 2024 — Microsoft will Visual Basic Scripting Edition loswerden. Nun hat das Unternehmen einen Fahrplan vorgelegt, wie es den Abschied staffelt.