Top "Wsh" questions

For questions relating to Windows Script Host (WSH), a language-independent scripting host for the Windows operating system.

File permissions with FileSystemObject - CScript.exe says one thing, Classic ASP says another

I have a classic ASP page - written in JScript - that's using Scripting.FileSystemObject to save files to a …

asp-classic permissions wsh filesystemobject
sending ctrl+c using sendkeys in ruby

I need to close the command prompt window using sendkeys function, but when I used the below code it did …

ruby sendkeys wsh win32ole