Category: javascript
Some websites allow you to use some meta tags to denote the URLs, images, links and etc. For example, if you want to include a URL in your comment …
The shortcut on the windows platform is a link to the existing programs. For example, you can right click the desktop and follow the wizard to create a shortcut …
Some unfriendly websites may link your pages but put yours under one of the iframes. This is annoying and may compromise the user experience. You can avoid this by …
Under WSH (Windows Script Host), you can access the COM object WScript.Shell for some useful functions. For example, the collection Environment provides the environment variables, so you can easily …
September 12, 2014
beginner, code, code library, implementation, javascript, Office, Processing and ProcessingJS, VBA, vbscript, windows, windows command shell, windows scripting host
WSH (Window Scripting Host) is a powerful and handy scripting environment. It is installed by default and can be found on almost every windows versions since Win98. There are …