Skip to main content
Search type Search syntax
Tags [tag]
Exact "words here"
Author user:1234
user:me (yours)
Score score:3 (3+)
score:0 (none)
Answers answers:3 (3+)
answers:0 (none)
isaccepted:yes
hasaccepted:no
inquestion:1234
Views views:250
Code code:"if (foo != bar)"
Sections title:apples
body:"apples oranges"
URL url:"*.example.com"
Saves in:saves
Status closed:yes
duplicate:no
migrated:no
wiki:no
Types is:question
is:answer
Exclude -[tag]
-apples
For more details on advanced search visit our help page
Results tagged with
Search options not deleted user 1723100

An interpreted scripting language developed by Microsoft that is modeled on Visual Basic

0 votes
1 answer
29 views

How to make a notification with a sound signal?

At first I wanted to use such a VBScript and add it to Windows startup: Const minutes = 44640 Do While MsgBox("Reminder", vbOKOnly + vbExclamation, "Reminder") WScript.Sleep(minutes * 60 * 1000 … As far as I understand, this is also impossible to do using a VBScript, since the countdown will be constantly reset after the computer is turned off. …
moninah's user avatar
  • 35
0 votes
1 answer
72 views

Parameter "262144" (top-most attribute set) in Task Scheduler does not work (VBScript)

Parameter 262144 (top-most attribute set) in Task Scheduler does not work. When creating a task to run a .vbs file, parameter 262144 does not work (does not open the window on top of others), although …
moninah's user avatar
  • 35