Skip to main content
Filter by
Sorted by
Tagged with
Best practices
0 votes
5 replies
71 views

I’m interested in learning how to build projects using HTML Applications (HTA), especially because I enjoy older Windows technologies and would like to experiment with making simple games in this ...
TheJavaScripter's user avatar
-1 votes
1 answer
135 views

I would like to modify this vb script so that i can add the values selected from a drop-down box so that it also sends the data to the text file as for example. The text file should show for example: ...
markus625's user avatar
Advice
0 votes
6 replies
95 views

I have been looking for a way to move/resize application windows (AP_Ws) in Windows 11. I have found plenty of information for doing this via the 'title' of the AP_W. However, this does not help me ...
Chazg76's user avatar
  • 663
-2 votes
1 answer
85 views

I have a simple zip extracting vbs which I found on another stackoverflow page and used it ZipFile="%CD%\file.zip" ExtractTo="%CD%" set objShell = CreateObject("Shell....
Verity Freedom's user avatar
0 votes
0 answers
82 views

Edit: None, Status or ExecutionState are not implemented so I need an alternative way to check it, but I don't have any clue where I should look. This is what I have: Option Explicit On Error Resume ...
t33st33r's user avatar
  • 301
-3 votes
1 answer
111 views

I'm trying to write a VB Script to call a subroutine at sunset (and sunrise) using data extracted from text files produced by my weather station software (Weather Display). I can extract the times OK ...
Tony Buchan's user avatar
1 vote
1 answer
239 views

I'm in need to generate a CRC32 efficiently from within vbScript. I'm aware of doing this with CRC32 tables and so on, but this is very slow for large files. Therefore I'm using 7-zip.exe with option ...
Oliver Brehm's user avatar
2 votes
3 answers
184 views

I'm running a VBA macro through a VBS Script: scriptDir = CreateObject("Scripting.FileSystemObject").GetParentFolderName(WScript.ScriptFullName) Set excel = CreateObject("Excel....
tb189's user avatar
  • 2,072
2 votes
1 answer
123 views

I'm working on a VBScript to create a shortcut link to a batch file (the batch file downloads and launches a frontend Access database copy). The following code technically works but the shortcut link ...
sheridan1685's user avatar
0 votes
0 answers
109 views

I'm trying to open 4 separate chrome windows and then tile them on my screen when I double click a shortcut on my desktop. this code works differently each time I run it. sometimes it works correctly,...
PhillH's user avatar
  • 1
1 vote
1 answer
136 views

I already have a VBA string that is used by Task Scheduler to open a certain workbook "ORCA Refresh" every day. It refreshes all sheets then closes the document. I need to add a command to ...
user avatar
0 votes
1 answer
106 views

I'm working on a basic login check in VBS on Windows, just running from a .vbs file. I’ve been trying to set a loginSuccess flag based on a username check. It prints the welcome message correctly when ...
Nona Tnoucca's user avatar
0 votes
1 answer
98 views

I have been trying to figure out how to use VBScript to process files in a folder based on their names, create a couple of subfolders, and place the different files into the corresponding subfolders ...
Simon Barrett's user avatar
-1 votes
1 answer
122 views

Can Any one please help me out this. i can run this command but Message pops up 'Yes' or 'No' in Command line. How i can pass through this in command line silently. I need this to put in SCCM Task ...
Nicky's user avatar
  • 7
0 votes
1 answer
73 views

I have a script that is supposed to convert xlsx files to tab delimited files in a folder. When I run it gives me a "excepted ')' at the following line by FileFormat Call oWSH.SaveAs (oFile.Path &...
matt kennedy's user avatar

15 30 50 per page
1
2 3 4 5
1238