From: John DOT Cooper AT citrix DOT com (John Cooper) Subject: Re: uudecode? 18 Jan 1999 06:23:27 -0800 Message-ID: References: <78ymqT6$pfB AT mike DOT franken DOT de> Mime-Version: 1.0 To: mh AT mike DOT franken DOT de (Michael Hirmke) Cc: gnu-win32 AT cygnus DOT com mh AT mike DOT franken DOT de (Michael Hirmke) writes: > >Can anyone point me to a reliable version of the command line > >uudecode.exe/uuencode.exe utilities for NT 4.0? > > Don't know, what you mean by reliable, but you can get the sharutils-4.2c > package, which contains uuencode/uudecode among other utilities These just don't work at all: $ cp c:/WINNT/NOTEPAD.EXE n.exe $ ./n.exe # works fine! $ uuencode n.exe n.exe > n.uu $ rm n.exe $ ls n.* n.uu $ uudecode n.uu $ ls n.* n.exe* n.uu $ ./n.exe zsh: exec format error: .\n.exe $ $ ls -l n.exe -rwxrwxrwx 1 JCooper Domain_Users 594 Jan 18 10:37 n.exe* $ Any ideas what's wrong with it? Thanks, --- John - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".