windows-scripting
Mouse shows color
i am trying to make an application which would show which color my mouse is pointing to, i dont mean in my own application but anywhere in windows on any screen, kind of like a tag beside my mouse poi[详细]
2023-02-28 19:46 分类:问答How do I reliably determine folder size using FileSystemObject.Size?
Trying to compute the size of a folder that could be very large, I used FileSystemObject.Size: #! perl[详细]
2023-02-28 12:26 分类:问答Delete sequential, identical, duplicate files
I have a server running Windows Server 2003 R2 Enterprise with directories of anywhere between 50,000 to 250,000 1KB text files each. The filenames are sequential开发者_Go百科 (e.g., MLLP000001.rcv, M[详细]
2023-02-22 06:46 分类:问答How to get the size of a HTA window?
You can SET the size of a HTA window but I can\'t find a way to GET its size. All I can think of is reading document.body.offsetWidth and .offsetHeight, but those give you the viewport size 开发者_如[详细]
2023-02-20 21:49 分类:问答For loop recursively through folder in windows cmd for file rename
I\'m trying to iterate through folders with images to create thumbnails using ImageMagic, and rename thumbnail files with small_ prefix.[详细]
2023-02-18 15:51 分类:问答Implementing a Windows script
Hi I would like to create a script which loads a program on my windows based computer, clicks on one of its buttons, and checks the data inside it (it gets its data from the web). Should I do that in[详细]
2023-02-14 04:38 分类:问答When to choose development of a PowerShell Module over PowerShell Script
I am about to write a PowerShell Script for Windows administrators, in order to help them in certain tasks related to deployment of a web application.[详细]
2023-02-13 16:53 分类:问答Getting Working Processes within IIS App Pools
I am looking for a way to enumerate through the Virtual Directories (Windows Server 2003) in an App Pool and get diagnostic data (specifically WorkingSet, Private Bytes, and Virtual Bytes).[详细]
2023-02-11 17:16 分类:问答Port listening with JScript
I\'m Trying to write a plugin for NotePad++ using NppScripting - a platform for writing plugins using javascript (specifically - JScript).[详细]
2023-02-05 00:58 分类:问答DOS script to remove identical files by content
I have a directory with several thousand text files that I need to process. Some of these files are identical while others are identical except the timestamp varies by a few seconds / milliseconds. I[详细]
2023-02-02 17:00 分类:问答