Con04_02.vbs

Converts PCAD2004-ASCII-Files into the PCAD2002-ASCII-Format (replaces TripplepointArcs with Arc and 
calculates the values in the old format; deletes the layer stack entrys; deletes the layer pairing; 
deletes right reading).

The PCAD2004-file has to be in the ASCII-Format. While saving the file, Option/Configure/General/Units 
has to be mils. You need the VB-Script-Host installed on your computer.

Run the script once to install it. Answer the question about the desktop icon with yes, the script will 
then add a link on the desktop.
To convert a file, drag the PCAD2004-ASCII-File onto the desktop link. Wait until the script reports 
the conversions end (could take a while with big files).
After the conversion you will find a new file with the name of your original file and the extension 
2002 in the folder of your original file.

All Arc-coordinates with mm as the unit are recalculated during the conversion into Mils.
At the end of the calculations the Mil-coordinates are rounded to one decimal place, thus the new 
coordinates can differ minimally from the original coordinates (<=0.00254mm respectively 0.1Mil).

