Received: from PURCCVM.BITNET by FINTUVM.UTU.FI (Mailer X1.25) with BSMTP id
 6900; Thu, 28 Jul 88 05:45:45 EET
Received: from PURCCVM by PURCCVM.BITNET (Mailer X1.25) with BSMTP id 3813;
 Wed, 27 Jul 88 21:06:25 EST
Received: from j.cc.purdue.edu by VM.CC.PURDUE.EDU ; Wed, 27 Jul 88 21:06:19 EST
Received: by j.cc.purdue.edu (5.54/1.14)
    id AA02545; Wed, 27 Jul 88 21:05:26 EST
Date: Wed, 27 Jul 88 21:05:26 EST
From: ain@j.cc.purdue.edu (Patrick White)
Message-Id: <8807280205.AA02545@j.cc.purdue.edu>
To: fys-ma@fintuvm.BITNET
Subject: comp.binaries.amiga, comp.sources.amiga:
 sources/amiga/volume5/arc_rename.d.sh binaries/amiga/volume8/arc_rename.d.sh
 
Newsgroups: comp.binaries.amiga, comp.sources.amiga
Subject: arc_rename (docs)
Keywords: arc, rename, tested
Approved: ain@j.cc.purdue.edu    (Patrick White)
 
Program Name:    arc_rename  (docs 1 fo 1)
Submitted by:    barrett@crabcake.cs.JHU.EDU (Dan Barrett)
Summary:    renames files to less than 12 char and creates execute script to
 convert it back.
Poster Boy:    Patrick White    (ain@j.cc.purdue.edu)
Archive Name:    sources/amiga/volume5/arc_rename.d.sh.Z
 binaries/amiga/volume8/arc_rename.d.sh.Z
tested but not compiled.
 
NOTES:
   Had to burst the arc to get the files out.
 
 
-- Pat White   (co-moderator comp.sources/binaries.amiga)
ARPA/UUCP: j.cc.purdue.edu!ain  BITNET: PATWHITE@PURCCVM  PHONE: (317) 743-8421
U.S.  Mail:  320 Brown St. apt. 406,    West Lafayette, IN 47906
[archives at: j.cc.purdue.edu.ARPA]
 
========================================
 
#    This is a shell archive.
#    Remove everything above and including the cut line.
#    Then run the rest of the file through sh.
#----cut here-----cut here-----cut here-----cut here----#
#!/bin/sh
# shar:    Shell Archiver
#    Run the following text with /bin/sh to create:
#    README
#    ARCre.doc
# This archive created: Fri Jul 22 18:41:27 1988
# By:    Patrick White (PUCC Land, USA)
cat << \SHAR_EOF > README
    Here is ARCre.  This is a utility that renames Amigados files to
MSDOS compatible names for use with ARC and creates a file  called
EXECUTE.ME to rename them back.  This uuencoded file is in ARC format.
Not written by me, but in the public domain.  It comes with source too...
 
----------------------------------------------------------------------------
    "Isn't fun the best thing to have?"
 
            lachac@topaz.rutgers.edu
SHAR_EOF
cat << \SHAR_EOF > ARCre.doc
 
ARCre - Create rename scripts so that files with long names can be
        easily put into ARChives.
 
Here's how to use it:
 
  ARCre [file(s) to be ARCed...]         : Create the rename scripts.
  execute ARCre.bat                      : Rename the files to be ARCed.
  ARC a ARChive ARCfile.* execute.me     : Create the ARChive.
  execute execute.me                     : Rename the files back.
 
  ARCre takes file names like the ARC program does.  (It will accept
  the '*' wildcard.)  Two scripts are produced: "ARCre.bat" and
  "execute.me".  The first one will rename the files to "ARCfile.#",
  where '#' is 1,2,3,...  The second one will rename the files back
  to their original names.
 
Copyright (c) 1987 John R. Hoffman
 
This program is placed in the public domain as long as the above
copyright is included.  Sale of this program except for REASONABLE
media costs is prohibited.
 
The credit for the idea for this program goes to John Foust.
 
To create with MANX: cc ARCre.c
                     ln ARCre.o -lc
 
                                     John Hoffman (Plink: JRH)
SHAR_EOF
#    End of shell archive
exit 0
