uudecode - Windows command-line utility to decode an encoded file
uudecode [file]
The uudecode(1w) and uuencode(1w) Windows utilities are used to transmit binary files over transmission media that support only simple ASCII data.
The uudecode utility decodes back to original format a file that has been encoded using uuencode.
The uudecode utility reads a file or standard input (if no file is specified) that includes data created by the uuencode utility. This utility scans the input file, searching for data compatible with the format specified in uuencode, and attempts to create or overwrite the file described by the data. The path is contained in that data. The permissions for the file are the default when the file is created.
If the path of the file to be produced exists, and the user does not have write permission on that file, uudecode terminates with an error. If the path of the file to be produced does exist, and the user has write permission on that file, the existing file is overwritten.
The uudecode utility supports the following argument:
Possible exit-status values are:
uuencode(1w)