Unpacks a coded ASCII file into the original format of the enclosed file.
Uuencode/uudecode have been used for many decades to enable binary files to be placed within ASCII documents such as usenet forums or emails. By placing binary files as ASCII one can bypass virtually all filtering and ensure that the file arrives intact.
menu: veeos ==> system ==> uuencode
library: sysLib
uuencode("junk.dat", "dataFromStan.dat", "mydata.uue" , "C:\temp") cd's to the C:\temp directory and then encodes the file junk.dat into the package mydata.uue.
Uuencode/uudecode use a very widespread and long-stable standard. Do not use spaces or other punctuation in file names for uuencoding.
VEE 7.0+, Windows XP+