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
Trying to compute the size of a folder that could be very large, I used FileSystemObject.Size: #! perl
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
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 开发者_如
I\'m trying to iterate through folders with images to create thumbnails using ImageMagic, and rename thumbnail files with small_ prefix.
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
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.
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).
I\'m Trying to write a plugin for NotePad++ using NppScripting - a platform for writing plugins using javascript (specifically - JScript).
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