Tag: script

WordPress – How to Move Blog to New Domain or Location

In most cases, the host of a WordPress installation is not the same as the test installation. In the case of testing plugins, themes, and WordPress versions, an exact installation of the original WordPress install would be the best scenario. In other cases, a WordPress installation hosted by an ISP may need to be copied to another ISP. A name…

Read More »

IIS Logs – A script to decompress 1000’s easily.

I needed a way to decompress a folder of gzipped IIS logs so that I may run Microsoft Log Parser against them. Instead of using Windows Explorer to select all the files and put into memory to attempt to extract, it is more feasable to run a command line script to select each file one by one, extract it, and…

Read More »

AutoIT Scripts to stop and start EMC Documentum eRoom services

Having tested eRoom under different conditions and scenarios, I have found it to be a laborious task to manually stop and start services throughout any procedure as there are at most nine services. So, I created a couple of scripts using AutoIT to stop and start all services that eRoom uses. Using these scripts have saved me quite a bit…

Read More »

How to automate Selenium scripts

Selenium is a test tool for web applications. Selenium tests run directly in a browser. This guide will demonstrate how to take many Selenium scripts and automate them using a single test using a Microsoft Windows workstation. Prerequisites Selenium Scripts Create Automate Create an html file to batch the tests together (placed in the same folder) as the existing html…

Read More »

Compress multiple folders into individual archives

Recently, I had a task that required 100s of folders to be compressed into individual archives. Manually this would have taken several days. I found a script and modified to suit my needs. I chose 7-Zip command line edition as it is only one file and offers the highest compression. 7-Zip is available at here. The only other file needed…

Read More »

Visual Basic Script to write M3U playlists

Several years ago, I came upon a script that would recursively traverse through a folder tree and create a M3U playlist for each folder respectively. I slightly modified the script to fit my requirements. This script will look for MP3 and WMA files and create a M3U file. For the desired results, put the script in the root folder of…

Read More »

Visual Basic Script to clear Prefetch

The Prefetch folder is used to increase the speed in loading times for applications that have already been executed.  There are several problems with thought process.  The folder is never purged leaving old and unwanted clutter in that folder that will eventually slow down the computer.  Another annoyance, is that this is yet another folder that maintains tracking of what…

Read More »
VMWare Logo

Optimize VMware Virtual Machine(s)

VWMware folders can get congested with log files, file fragmentation, and bloated file sizes. To remedy this, there is a utility available through VMware called VMware-mount-5.5.0-18463.exe. This utility will also work with version 6 of VMware (tested!). It offers among other things, several command line tools for handling VMware files. Along with a couple of handy scripts, that I have…

Read More »

Perl Script to Backup and Clear EventLogs

All over the internet are the same instructions and the same Perl script to backup and clear the eventlogs. However, the Perl script does not clear the eventlogs. Under each of the explanations is the clear function is not implemented. The Issue The original code only backups Application, System, and Security eventlogs. Over the years, the newer OS versions of…

Read More »

Beyond Compare 2.4.3 INNO repack with license key

Beyond Compare® is the ideal tool for comparing files and folders on your Windows or Linux system. Visualize changes in your code and carefully reconcile them. Beyond Compare is available at Scooter Software. A license was purchased to support a large user community. I wanted a means to simplify the distribution of this application with the license file. I chose…

Read More »

Map a drive with username and password script

Once compiled into an executable, the username and password is fairly safe. Yes, there are very rare decompilers out there, but safe to the normal user community. I chose this method of VBS2EXE type applications since those applications have a tendancy to extract the data in pure text either in local folder or temp folder. This method extracts to memory….

Read More »

Compress Logs to Individual Archives using Command Line

Preface A need to zip log files had arisen and needed to determine a solution. Winzip requires an installation of Winzip Command Line. If Winzip is unregistered, the application will prompt for acknowledgement to that fact. Tested several FREEWARE products, all require installation prior to use of command line or utilize proprietary compression. Solution Microsoft Compress.exe. It is FREEWARE, requires…

Read More »

AVS DVD Player 2.2 minimized and repacked

AVS DVD Player is a compact and easy-to-use program that has a simple user-friendly interface allowing you to start watching DVD movies with no additional software. One more thing – it is absolutely FREE SOFTWARE! AVS DVD Player is available at http://www.avsmedia.com/DVDPlayer/index.aspx Repack of the freeware AVS DVD Player 2.2 to remove languages and other unrelated product. Here is my…

Read More »

Fix Journal wrapper DNS NTFRS errors

I created the following script to fix the following errors that occur often enough. I have tested this on Microsoft Windows 2003 Server and Enterprise Server(s) with SP1, SP2, and no service pack with success. Fix_Journal_Wrapper_DNS_NTFRS.au3

Read More »