Category: Tools

Extract files from a .msi install file

To extract files from a .msi file at the command line, type: msiexec /a PathToMSIFile /qb TARGETDIR=DirectoryToExtractTo For example, to extract files from f:\zenworks\zfdagent.msi into c:\zfd701 you would type: msiexec /a f:\zenworks\zfdagent.msi /qb TARGETDIR=c:\zfd701 The destination directory does not need

Syntax highlighting for VDM

Here are language files for VDM: VDM-SL VDM-PP VDM-RT They should be placed in: share\gtksourceview-2.0\language-specs vdm.lang (9.94 kb) vdmpp.lang (10.15 kb) vdmrt.lang (10.25 kb) vdmsl.lang (9.95 kb) vpp.lang (10.14 kb)          

DebugView

DebugView is an application to monitor debug output. From Microsoft TechNet: DebugView is an application that lets you monitor debug output on your local system, or any computer on the network that you can reach via TCP/IP. It is capable

Firefox plug-in for text encoding and decoding

Here is a small Firefox plug-in which enables you to do encoding and decoding of text between different encodings. http://leetkey.mozdev.org/index.html

CPUZ – Get information about main hardware devices

CPU-Z is a freeware that gathers information on some of the main devices of your system. CPU Name and number. Core stepping and process. Package. Core voltage. Internal and external clocks, clock multiplier. Supported instructions sets. Cache information. Mainboard Vendor,

Check PDF for Embeded fonts with pdffonts

pdffonts runs on many operating systems and is part of the free Xpdf distribution. If permitted by local software policies you should obtain the latest version ofpdffonts by downloading and installing the latest version of Xpdf. To get a listing of the font embedding

Mount Linux ext3 USB pen on Windows

Here is a driver for windows which can mount a USB pen formated in ext3 for Linux under windows.  Link Ext2Fsd-0.46.zip (949.07 kb)

Portable FTP Server

Here is a portable FTP Server for Windows which only is 400K. Quick’N Easy FTP Server Lite Source reference Direct download: Link

Get Java version from Class file

Here is a small program to extract the java compile version from a java .class file. It is based on the info from: http://en.wikipedia.org/wiki/Class_%28file_format%29 Get program (.Net 3.5) JDK   v   d   HEX———————–J2SE 6.0=50 – 32 J2SE 5.0=49 – 31 JDK 

Virtual PC SP1 Networking problems (address "00:00:00:00:00:00" failed to initialize)

There have been a number of people reporting that when they start a virtual machine – they get the following error: The network adapter with address “00:00:00:00:00:00” of virtual machine “….” failed to initialize because the address is a null

Top