Distfiles

By: Mike Kimball - Revised: 2006-06-28 devin

Introduction

Learn about distfiles and see basic and advanced distfile examples.


What are distfiles?

A distribution control file, or "distfile", is basically just a text file with certain instructions in it. So, you don't have to download it from anywhere, you can create your own. Some people use SimpleText, but we prefer BBEdit, from Bare Bones Software, because of its extra functions. Plus, the lite version is free, and it contains most of the useful functions for distfile editing (in particular, the multiple-file find and replace function is invaluable).

Before we show you a distfile, some basic concepts about them:
  1. Syntax - the beginning of a line has a special character to designate whether it's a file, a folder, or a comment. Then, the name for the item as copied to the client is listed, followed by its instruction set (a pair or pairs of letters, denoting a condition and an action), and finally, a path to the original on the server, if other than the same location as on the client.
  2. Special characters - "|" designates a file, ">" is the first line of a folder (indicating the folder itself), "<" is the second line of a folder (indicating the folder contents), and "#" indicates a comment (RevRdist ignores everything from this character to the end of the line).
Refer to your RevRdist Documentation (download here) for more details on action lists, etc...

Example distfile code - basic

Below is a simple distfile. This code assumes all software is in the image - the only path it specifies is for the client's custom hard disk icon. Apart from that (and the special character in the "Lost & Found" folder name, designated by "x"), the code is complete - you could copy and paste this into a text document and use it as your distfile. Folders and files don't have to be listed in the distfile to get copied to the client, as long as they exist in the master image. Here, most code is listed only for special instructions, e.g. for specific items inside an application folder.

# beginning of distfile
#
# LAB:            Marriott Library Multimedia Center
# --------------------------------------------------------------------------------
# DISTFILE NAME:  G3 B&W LW 192 9 DistFile
# COMPUTER MODEL: Power Mac G3/400 (Blue & White), 192MB RAM, OS 9, LightWave 3D
# LOCATION:       MMC 1705A
# USER:           MMC Instructors
# SERVER:         The Master
# VOLUME:         RevRdist Monkey
# MASTER:         PowerMac G3 B&W Mac OS 9
# UPDATED:        12/4/00 - mk
# --------------------------------------------------------------------------------
#
> root                                   :E-Wu
*  alias                                 :O-Z-
*  icons                                 :Cd
>  \3\2\1Move&Rename                     :AiHs
<  \3\2\1Move&Rename                     :Ai
|  AppleShare PDS                        :AiHs
|  Desktop                               :AiHs
|  Desktop DB                            :AiHs
|  Desktop DF                            :AiHs
>  Desktop Folder                        :A.Hs
<  Desktop Folder                        :A.
>  DesktopFolder                         :Ad
<  DesktopFolder                         :Ad
>  Network Trash Folder                  :AuHs
<  Network Trash Folder                  :Ad
>  Trash                                 :AuHs
<  Trash                                 :Ad
| VM Storage                             :AiHs
#
# Root-level applications
#
#
# Folders
#
>  ×Lost & Found                         :AuW.
     *   APPL                            :Cd
|    Document1                           :Ad
|    Document1.old                       :Ad
|    Normal                              :Ad
|    Normal.old                          :Ad
<  ×Lost & Found                         :AuE-Hd

>  Applications                          :A.
>    Carmageddon Demo                    :A.
>      DATA                              :A.
|        OPTIONS.TXT                     :AiSu
<      DATA                              :A.
<    Carmageddon Demo                    :A.
>    Lightwave 6.0                       :A.
>      Programs                          :A.
|        License.key                     :Ai  # configured manually
<      Programs                          :A.
<    Lightwave 6.0                       :A.
>    Microsoft Office 2001               :Au
<    Microsoft Office 2001               :AuCdE-
>    Virtual PC 2.1.3                    :Au
<    Virtual PC 2.1.3                    :AuCdE-
<  Applications                          :A.

>  Communications                        :A.
>    Netscape Communicator 4.76          :A.
|        Netscape Communicator 4.76 128  :Au
>        Plug-ins                        :A.
|           RealPlayer Plugin            :Ad
|           RealPlayerG2 Plugin          :O-Z-
<        Plug-ins                        :A.
<    Netscape Communicator 4.76          :A.
<  Communications                        :A.

>  Documents                             :A.
<  Documents                             :A.

| Icon\13                                :AuHsE- =RevRdist Monkey:Yosemite G3:Icon\13

>  System Folder                         :Au
>     Apple Menu Items                   :A.
<     Apple Menu Items                   :A.
>     Application Support                :A.
<     Application Support                :A.
>     Claris                             :A.
<     Claris                             :A.
>     Control Panels                     :A.
<     Control Panels                     :A.
>     Darkside                           :A.
<     Darkside                           :A.
>     Extensions                         :A.
|        \ RR Helper                     :Au
<     Extensions                         :A.
|     Finder                             :Ls
>     Preferences                        :Au
|        AppleShare Prep                 :Ai
|        Carmageddon Preferences         :AiSu
|        Finder Preferences              :Ad
>        iDo Folder                      :AiSu
<        iDo Folder                      :AiSu
|        RevRdist log                    :Ai  # leaves log intact
|        TCP/IP Preferences              :Ai  # configure manually
|        TCP/IP Prefs Backup             :Ai  # configure manually
|        Users & Groups Data File        :Ai
|        Virtual PC 2.0 Preferences      :Ai
|        Virtual PC 2.0 Prefs Backup     :Ai
>        Virtual PC Print Spooler        :A.
<        Virtual PC Print Spooler        :A.
<     Preferences                        :Au
|     RevRdist Prefs                     :A.
>     Startup Items                      :A.
*        APPL(Dist)                      :Cd  #deletes old (stray) RevRdist apps
*        RDsp(Dist)                      :CdO- #deletes old (stray) RevRdist prefs
<     Startup Items                      :A.
|     System                             :AuCdE-
<  System Folder                        :AuE-Cd
< root                                   :A-SuVuCjWuE-
# end of distfile

Code Breakdown
L. 1 - 14 are comments, giving info that is useful to us as the administrators.

L. 15 - 32 (from "root" to "VM Storage") are items that deal with certain invisibles on the Hard Disk; you should not modify these lines (except possibly line 24 if you wish to specify a path to a custom desktop folder).

L. 33 - 38 are more comments.

L. 39 - 45 deal with the Lost & Found folder. Line 40 means all applications that exist on the client only get deleted immediately. 41 - 44 are designed to get rid of extra templates from Word. 45 deals with the folder contents - specifically the "Hd" pair deletes all invisible files.

L. 47 - 62 deal with the Applications folder. Note line 50, the OPTIONS.TXT file is ignored ("Ai") unless it exists only on the server, in which case it is updated ("Su") - I did this to prevent crashes with this game; line 55 ignores the Lightwave 6.0 License.key file in all cases ("Ai") because it must be configured individually on each machine... this can also be handled with special if/then code, see advanced distfile below; and with MS Office and VPC, the directives are to update the folder in all cases, and to delete any stray contents on the client.

L. 64 - 72 deal with the Communications folder. Line 69 ("RealPlayerG2 Plugin") uses the "O-Z-" action set, which is meant to fix the alias.

Other items to note are commented to the right of each line.

Note in the line "\ RRHelper", for RevRdist to pay attention to leading spaces in a filename you must designate the beginning with the "\" character. Otherwise it will ignore whitespace as cosmetic for programmers to make their code more legible.

Example distfile code - advanced

Our next distfile is more like what they look like in our labs. We have machines in about ten different locations, and they range from the beige G3/300 desktop, to the blue and white G3/400 tower, up to our latest, the G4/466 with nVIDIA graphics. There are a host of applications and communication programs copied to the local hard drives, all of which have to be coded in, including their system components (i.e. control panels, extensions, preferences).

We prefer to keep applications separated from the images for several reasons. One, it allows us to keep several versions of the same software on the server and use code to determine which version gets copied to any particular machine - this way things like Microsoft Service Releases are easier to test, while keeping the older version in case a downgrade is necessary. Two, it is easier to keep track of what system components belong to what application if they are separated into a folder that keeps them all together. Three, having only one copy of each software package saves space on the server (rather than having one copy for each image). Four, we have found it is much easier to manage code in a bunch of distfiles (thanks to BBEdit) than to endure the tedium of physically copying or deleting files by hand in a dozen different image folders. Imagine if you had to reverse it all and re-install a downgraded version and then repeat the copying...

This distfile shows some special cases we code for, using the built-in if/then capabilities of RevRdist. I highly recommend incorporating these techniques - they are amazingly simple to use and add a profound degree of flexibility to your code. Our page illustrating some key special cases we code is here: If/Then Code for Special Cases. These techniques are also discussed on the PSU Theory page. (link dead)

# LAB:            Marriott Library Multimedia Center
# ---------------------------------------------------------------------------
# DISTFILE NAME:  PPCMac ML B&W 9.2.1 DistFile
# COMPUTER MODEL: Power Mac G3/400 (Blue & White), Mac OS 9.2.1
# LOCATION:       MMC 1705A
# SERVER:         The Master
# VOLUME:         RevRdist Monkey
# MASTER:         PowerMac G3 B&W Mac OS 9.2.1
# UPDATED:        10/12/01 - mk
# ---------------------------------------------------------------------------
# {if H = (((128 * 256) + 110) * 256 + 27) * 256 + 141 then set S9 "loner" else set S9 "lab" endif}
# {if H = (((128 * 256) + 110) * 256 + 27) * 256 + 122 then set S9 "instructor" endif}
# ---------------------------------------------------------------------------
#
> root                                   :E-Wu
*  alias                                 :O-Z-
*  icons                                 :Cd
>  \3\2\1Move&Rename                     :AiHs
<  \3\2\1Move&Rename                     :Ai
|  AppleShare PDS                        :AiHs
|  Desktop                               :AiHs
|  Desktop DB                            :AiHs
|  Desktop DF                            :AiHs
# {if S9 contains "instructor" then set S7 "Instructor" else set S7 "1024 x 156" endif}
>  Desktop Folder                        :A.Hs =RevRdist Monkey:Special Items:Desktop Folders:{S7}
<  Desktop Folder                        :A.
>  DesktopFolder                         :Ad
<  DesktopFolder                         :Ad
>  Network Trash Folder                  :AuHs
<  Network Trash Folder                  :Ad
>  Trash                                 :AuHs
<  Trash                                 :Ad
| VM Storage                             :AiHs
#
# Root-level applications
#
#
# Folders
#
>  ×Lost & Found                         :AuW.
      *   APPL                           :Cd
|    Document1                           :Ad
|    Document1.old                       :Ad
|    Normal                              :Ad
|    Normal.old                          :Ad
<  ×Lost & Found                         :AuE-Hd

>  Applications                          :A.
>    Apple                               :A. =RevRdist Monkey:Special Items:Apple (Mac OS 9.2.1)
>      Apple DVD Player 1.3              :A. =RevRdist Monkey:Special Items:DVD:Applications:Apple:Apple DVD Player 1.3
<      Apple DVD Player 1.3              :A.
<    Apple                               :A.
>    BBEdit Lite 6.1.1                   :A. =RevRdist Monkey:Special Items:Applications:BBEdit Lite 6.1.1
<    BBEdit Lite 6.1.1                   :A.
>    Carmageddon Demo                    :A. =RevRdist Monkey:Special Items:Applications:Carmageddon Demo:Applications:Carmageddon Demo
>      DATA                              :A.
|        OPTIONS.TXT                     :AiSu
<      DATA                              :A.
<    Carmageddon Demo                    :A.
>    CINEMA 4D XL 6.3.0.2                :A. =RevRdist Monkey:Special Items:Applications:CINEMA 4D XL 6.3.0.2:Applications:CINEMA 4D XL 6.3.0.2
<    CINEMA 4D XL 6.3.0.2                :A.
>    CodeWarrior 7.0                     :Ai =RevRdist Monkey:Special Items:Applications:CW 7.0:CW 7.0
<    CodeWarrior 7.0                     :Ai
>    CsoundPPC4.03                       :A. =RevRdist Monkey:Special Items:Applications:CsoundPPC4.03:Applications:CsoundPPC4.03
<    CsoundPPC4.03                       :A.
>    Digidesign                          :A. =RevRdist Monkey:Special Items:Applications:Pro Tools 5.0.1:Applications:Digidesign
>    System Folder Items                 :A. =RevRdist Monkey:Special Items:Applications:Pro Tools 5.0.1:System Folder
<    System Folder Items                 :A.
<    Digidesign                          :A.
>    Dreamweaver 4.01                    :A. =RevRdist Monkey:Special Items:Applications:Dreamweaver 4.01:Applications:Dreamweaver 4.01
|      Dreamweaver 4.01 ¤ (40MB)         :A. =RevRdist Monkey:Special Items:Applications:Dreamweaver 4.01:Applications:Dreamweaver 4.01 ¤ (40MB)-FA
|      Dreamweaver 4.01 ¤ (80MB)         :A. =RevRdist Monkey:Special Items:Applications:Dreamweaver 4.01:Applications:Dreamweaver 4.01 ¤ (80MB)-FA
<    Dreamweaver 4.01                    :A.
>    DrScheme 102                        :A. =RevRdist Monkey:Special Items:Applications:DrScheme 102:Applications:DrScheme 102
<    DrScheme 102                        :A.
>    FileMaker Pro 5.0v3                 :A. =RevRdist Monkey:Special Items:Applications:FileMaker Pro 5.0v3:Applications:FileMaker Pro 5.0v3
<    FileMaker Pro 5.0v3                 :A.
>    Fireworks 4.0.2                     :A. =RevRdist Monkey:Special Items:Applications:Fireworks 4.0.2:Applications:Fireworks 4.0.2
<    Fireworks 4.0.2                     :A.
>    Flash 5.0a                          :A. =RevRdist Monkey:Special Items:Applications:Flash 5.0a:Applications:Flash 5.0a
|      Flash 5.0a ¤ (35 MB)              :A. =RevRdist Monkey:Special Items:Applications:Flash 5.0a:Applications:Flash 5.0a ¤ (35 MB) - FA
|      Flash 5.0a ¤ (45 MB)              :A. =RevRdist Monkey:Special Items:Applications:Flash 5.0a:Applications:Flash 5.0a ¤ (45 MB) - FA
|      Flash 5.0a ¤ (65 MB)              :A. =RevRdist Monkey:Special Items:Applications:Flash 5.0a:Applications:Flash 5.0a ¤ (65 MB) - FA
<    Flash 5.0a                          :A.
>    Illustrator 9.0.2                   :A. =RevRdist Monkey:Special Items:Applications:Illustrator 9.0.2:Applications:Illustrator 9.0.2
|      Illustrator 9.0.2 ¤               :A. =RevRdist Monkey:Special Items:Applications:Illustrator 9.0.2:Applications:Illustrator 9.0.2 ¤ (FA)
<    Illustrator 9.0.2                   :A.

# Applications for Lightwave 6.5
# {if H = (((128 * 256) + 110) * 256 + 27) * 256 + 122 then set S7 "mmla-1" else set S7 "nil" endif}
# {if H = (((128 * 256) + 110) * 256 + 27) * 256 + 123 then set S7 "mmla-2" endif}
# {if H = (((128 * 256) + 110) * 256 + 27) * 256 + 124 then set S7 "mmla-3" endif}
# {if H = (((128 * 256) + 110) * 256 + 27) * 256 + 125 then set S7 "mmla-4" endif}
# {if H = (((128 * 256) + 110) * 256 + 27) * 256 + 126 then set S7 "mmla-5" endif}
# {if H = (((128 * 256) + 110) * 256 + 27) * 256 + 127 then set S7 "mmla-6" endif}
# {if H = (((128 * 256) + 110) * 256 + 27) * 256 + 128 then set S7 "mmla-7" endif}
# {if H = (((128 * 256) + 110) * 256 + 27) * 256 + 129 then set S7 "mmla-8" endif}
# {if H = (((128 * 256) + 110) * 256 + 27) * 256 + 130 then set S7 "mmla-9" endif}
# {if H = (((128 * 256) + 110) * 256 + 27) * 256 + 131 then set S7 "mmla-10" endif}
# {if H = (((128 * 256) + 110) * 256 + 27) * 256 + 132 then set S7 "mmla-11" endif}
# {if H = (((128 * 256) + 110) * 256 + 27) * 256 + 133 then set S7 "mmla-12" endif}
# {if H = (((128 * 256) + 110) * 256 + 27) * 256 + 134 then set S7 "mmla-13" endif}
# {if H = (((128 * 256) + 110) * 256 + 27) * 256 + 135 then set S7 "mmla-14" endif}
# {if H = (((128 * 256) + 110) * 256 + 27) * 256 + 136 then set S7 "mmla-15" endif}
# {if H = (((128 * 256) + 110) * 256 + 27) * 256 + 137 then set S7 "mmla-16" endif}
# {if H = (((128 * 256) + 110) * 256 + 27) * 256 + 138 then set S7 "mmla-17" endif}
# {if H = (((128 * 256) + 110) * 256 + 27) * 256 + 139 then set S7 "mmla-18" endif}
# {if H = (((128 * 256) + 110) * 256 + 27) * 256 + 140 then set S7 "mmla-19" endif}
# {if H = (((128 * 256) + 110) * 256 + 27) * 256 + 142 then set S7 "mmla-21" endif}
# {if S9 contains "loner" then set S8 "Ad" else set S8 "A." endif}
>    Lightwave 6.5                       :{S8} =RevRdist Monkey:Special Items:Applications:Lightwave 6.5:Applications:Lightwave 6.5
>      Programs                          :A.
|        License.key                     :A. =RevRdist Monkey:Special Items:Applications:Lightwave 6.5:License Keys:License.key {S7}
<      Programs                          :A.
<    Lightwave 6.5                       :{S8}
#

>    Maple 6.0                           :A. =RevRdist Monkey:Special Items:Applications:Maple 6.0:Applications:Maple 6.0
<    Maple 6.0                           :A.
>    Microsoft Office 2001               :Au =RevRdist Monkey:Special Items:Applications:Microsoft Office 2001 SR1/SU:Applications:Microsoft Office 2001
<    Microsoft Office 2001               :AuCdE-
>    Painter 5.0.3                       :A. =RevRdist Monkey:Special Items:Applications:Painter 5.0.3:Applications:Painter 5.0.3
<    Painter 5.0.3                       :A.
>    PageMaker 6.52                      :A. =RevRdist Monkey:Special Items:Applications:PageMaker 6.52
<    PageMaker 6.52                      :A.
>    Photoshop 6.0.1                     :A. =RevRdist Monkey:Special Items:Applications:Photoshop 6.0.1:Applications:Photoshop 6.0.1
|      Photoshop 6.0.1 ¤ (40 MB)         :A. =RevRdist Monkey:Special Items:Applications:Photoshop 6.0.1:Applications:Photoshop 6.0.1 ¤ (40 MB) - FA
|      Photoshop 6.0.1 ¤ (80 MB)         :A. =RevRdist Monkey:Special Items:Applications:Photoshop 6.0.1:Applications:Photoshop 6.0.1 ¤ (80 MB) - FA
<    Photoshop 6.0.1                     :A.
>    POV-Ray 3.1g.r2                     :A. =RevRdist Monkey:Special Items:Applications:POV-Ray 3.1g.r2:Applications:POV-Ray 3.1g.r2
<    POV-Ray 3.1g.r2                     :A.
>    Project 3.0                         :A. =RevRdist Monkey:Special Items:Applications:Project 3.0:Applications:Project 3.0
<    Project 3.0                         :A.
>    Premiere 5.1                        :A. =RevRdist Monkey:Special Items:Applications:Premiere 5.1:Applications:Premiere 5.1
|      Premiere 5.1c ¤                   :AuCdE- =RevRdist Monkey:Special Items:Applications:Premiere 5.1:Preferred Memory Defaults:Premiere 5.1c ¤ (32 MB)
<    Premiere 5.1                        :A.
>    QuarkXPress 3.32                    :A. =RevRdist Monkey:Special Items:Applications:QuarkXPress 3.32
<    QuarkXPress 3.32                    :A.
>    REALbasic 3.5.1 PPC                 :A. =RevRdist Monkey:Special Items:Applications:REALbasic 3.5.1 PPC:Applications:REALbasic 3.5.1 PPC
<    REALbasic 3.5.1 PPC                 :A.
>    ShrinkWrap 2.1                      :A. =RevRdist Monkey:Special Items:ShrinkWrap 2.1:Applications:ShrinkWrap 2.1
<    ShrinkWrap 2.1                      :A.
>    Sibelius Demo                       :A. =RevRdist Monkey:Special Items:Applications:Sibelius Demo:Applications:Sibelius Demo
<    Sibelius Demo                       :A.
>    Strata StudioPro 2.5.3              :A. =RevRdist Monkey:Special Items:Applications:Strata StudioPro 2.5.3:Applications:Strata StudioPro 2.5.3
<    Strata StudioPro 2.5.3              :A.
>    Tutorials                           :A. =RevRdist Monkey:Special Items:Applications:Tutorials
<    Tutorials                           :A.
>    WordPerfect 3.5e                    :A. =RevRdist Monkey:Special Items:Applications:WordPerfect 3.5e:Applications:WordPerfect 3.5e
<    WordPerfect 3.5e                    :A.
>    VectorWorks 8.5.1                   :A. =RevRdist Monkey:Special Items:Applications:VectorWorks 8.5.1:Applications:VectorWorks 8.5.1
<    VectorWorks 8.5.1                   :A.
>    Virtual PC 4.0.2                    :Au =RevRdist Monkey:Special Items:Applications:Virtual PC 4.0.2:Applications:Virtual PC 4.0.2
<    Virtual PC 4.0.2                    :AuCdE-
<  Applications                          :A.

>  Communications                        :A.
>    America Online v4.0                 :A. =RevRdist Monkey:Special Items:Applications:America Online v4.0
<    America Online v4.0                 :A.
>    AOL Instant Messenger 4.3.1232      :A. =RevRdist Monkey:Special Items:Applications:AOL Instant Messenger 4.3.1232
<    AOL Instant Messenger 4.3.1232      :A.
>    BetterTelnet 2.0fc1                 :A. =RevRdist Monkey:Special Items:Applications:BetterTelnet 2.0fc1
<    BetterTelnet 2.0fc1                 :A.
>    Helper Applications                 :A.
>       Acrobat eBook Reader 2.2         :A. =RevRdist Monkey:Special Items:Helper Applications:Acrobat eBook Reader 2.2:Acrobat eBook Reader 2.2
<       Acrobat eBook Reader 2.2         :A.
>       Acrobat Reader 5.0               :A. =RevRdist Monkey:Special Items:Helper Applications:Acrobat Reader 5.0:Acrobat Reader 5.0
<       Acrobat Reader 5.0               :A.
>       Citrix ICA Client 4.1            :A. =RevRdist Monkey:Special Items:Helper Applications:Citrix ICA Client 4.1:Communications:Citrix ICA Client 4.1
<       Citrix ICA Client 4.1            :A.
>       RealPlayer 8                     :A. =RevRdist Monkey:Special Items:Helper Applications:RealPlayer 8:Communications:Helper Applications:RealPlayer 8
<       RealPlayer 8                     :A.
>       StuffIt Expander 6.0.1           :A. =RevRdist Monkey:Special Items:Helper Applications:StuffIt Expander 6.0.1  
<       StuffIt Expander 6.0.1           :A.
>       Windows Media Player 7.0.1       :A. =RevRdist Monkey:Special Items:Helper Applications:Windows Media Player 7.0.1:Windows Media Player 7.0.1
<       Windows Media Player 7.0.1       :A.
<    Helper Applications                 :A.
>    iCab 2.5.3                          :A. =RevRdist Monkey:Special Items:Applications:iCab 2.5.3:Communications:iCab 2.5.3
<    iCab 2.5.3                          :A.
>    ICQ 2.5b4                           :A. =RevRdist Monkey:Special Items:Applications:ICQ 2.5b4:Communications:ICQ 2.5b4
<    ICQ 2.5b4                           :A.
>    Internet Explorer 5                 :A. =RevRdist Monkey:Special Items:Applications:Internet Explorer 5:Communications:Internet Explorer 5
<    Internet Explorer 5                 :A.
>    MSN Messenger Service 2.0           :A. =RevRdist Monkey:Special Items:Applications:MSN Messenger Service 2.0:Communications:MSN Messenger Service 2.0
<    MSN Messenger Service 2.0           :A.
>    Netscape Communicator 4.78          :A. =RevRdist Monkey:Special Items:Applications:Netscape Communicator 4.78 128:Communications:Netscape Communicator 4.78 128
>        Plug-ins                        :A.
|           RealPlayer Plugin            :Ad
|           RealPlayerG2 Plugin          :O-Z-
<        Plug-ins                        :A.
<    Netscape Communicator 4.78          :A.
>    Opera 5.0b3                         :A. =RevRdist Monkey:Special Items:Applications:Opera 5.0b3:Communications:Opera 5.0b3
<    Opera 5.0b3                         :A.
<  Communications                        :A.

>  Documents                             :A.
>    Course Materials                    :A. =RevRdist Monkey:Special Items:Applications:Documents:Course Materials
<    Course Materials                    :A.
>    Macintosh Student Aid Package       :A. =RevRdist Monkey:Special Items:Applications:Macintosh Student Aid Package
<    Macintosh Student Aid Package       :A.
<  Documents                             :A.

>  RevRdist ignores this folder          :Ad
<  RevRdist ignores this folder          :Ad

>  Staff Utilities                       :Ad
<  Staff Utilities                       :Ad

| Icon\13                                :AuHsE- =RevRdist Monkey:Custom Hard Disk Icons:Yosemite G3:Icon\13

>  System Folder                         :Au
>     Appearance                         :A.
>       Desktop Pictures                 :A.
# {if S9 contains "instructor" then set S8 "A." else set S8 "Ad" endif}
|          ACLISDsktopPicInst.jpg        :{S8} =RevRdist Monkey:Special Items:Desktop Pictures:ACLIS Desktop Pic:System Folder:Appearance:Desktop Pictures:ACLISDsktopPicInst.jpg
<       Desktop Pictures                 :A.
<     Appearance                         :A.
>     Apple Menu Items                   :A. =RevRdist Monkey:Special Items:Apple Menu Items:System Folder:Apple Menu Items (*)
>      \   DA's                          :A.
|          \ How to use the DVD Player   :A. =RevRdist Monkey:Special Items:DVD:System Folder:Apple Menu Items:\   DA's:\ How to use the DVD Player
|          AppleCD Audio Player          :Ts
|          Apple DVD Player              :A.Ts =RevRdist Monkey:Special Items:DVD:System Folder:Apple Menu Items:\   DA's:Apple DVD Player 1.3
<      \   DA's                          :A.
>      \ Applications                    :A.
>          <-- Applications Index -->    :A.
|             CINEMA 4D XL 6.3.0.2 ¤     :A. =RevRdist Monkey:Special Items:Apple Menu Aliases:CINEMA 4D XL 6.3.0.2 ¤
|             Dreamweaver 4.01 ¤ (40 MB) :O-Z- =RevRdist Monkey:Special Items:Apple Menu Aliases:\ Applications:Web:Dreamweaver 4.01 ¤ (40 MB)
|             Dreamweaver 4.01 ¤ (80 MB) :O-Z- =RevRdist Monkey:Special Items:Apple Menu Aliases:\ Applications:Web:Dreamweaver 4.01 ¤ (80 MB)
|             Fireworks 4.0.2 ¤ (40 MB)  :A. =RevRdist Monkey:Special Items:Apple Menu Aliases:\ Applications:Web:Fireworks 4.0.2 ¤ (40 MB)
|             Fireworks 4.0.2 ¤ (60 MB)  :A. =RevRdist Monkey:Special Items:Apple Menu Aliases:\ Applications:Web:Fireworks 4.0.2 ¤ (60 MB)
|             Illustrator 5.0 ¤ (20 MB)  :Ad
|             Illustrator 5.0 ¤ (40 MB)  :Ad
|             Illustrator 9.0.2 ¤        :A. =RevRdist Monkey:Special Items:Apple Menu Aliases:Illustrator 9.0.2 ¤
# {if S9 contains "loner" then set S8 "Ad" else set S8 "A." endif}
|             LightWave 6.5 ¤            :{S8} =RevRdist Monkey:Special Items:Apple Menu Aliases:LightWave 6.5 ¤
|             Modeler 6.5 ¤              :{S8} =RevRdist Monkey:Special Items:Apple Menu Aliases:Modeler 6.5 ¤
|             Painter 5.0.3 ¤            :A. =RevRdist Monkey:Special Items:Apple Menu Aliases:Painter 5.0.3 ¤
|             Photoshop 6.0 ¤ (40 MB)    :Ad
|             Photoshop 6.0 ¤ (80 MB)    :Ad
|             Photoshop 6.0.1 ¤ (40 MB)  :O-Z- =RevRdist Monkey:Special Items:Apple Menu Aliases:Photoshop 6.0.1 ¤ (40 MB)
|             Photoshop 6.0.1 ¤ (80 MB)  :O-Z- =RevRdist Monkey:Special Items:Apple Menu Aliases:Photoshop 6.0.1 ¤ (80 MB)
|             Premiere 5.1 ¤             :A. =RevRdist Monkey:Special Items:Applications:Premiere 5.1:System Folder:Apple Menu Items:Premiere 5.1c ¤
|             Pro Tools 5.0.1            :A. =RevRdist Monkey:Special Items:Apple Menu Aliases:Pro Tools 5.0.1
|             VectorWorks 8.5.1 ¤        :A. =RevRdist Monkey:Special Items:Applications:VectorWorks 8.5.1:System Folder:Apple Menu Items:VectorWorks 8.5.1 ¤
<          <-- Applications Index -->    :A.
>          Audio                         :A.
|             Pro Tools 5.0.1            :A. =RevRdist Monkey:Special Items:Apple Menu Aliases:Pro Tools 5.0.1
<          Audio                         :A.
>          Database                      :A.
|             FileMaker Pro 5.0v3 ¤      :A. =RevRdist Monkey:Special Items:Applications:FileMaker Pro 5.0v3:System Folder:Apple Menu Items:FileMaker Pro 5.0v3 ¤
<          Database                      :A.
>          Graphical                     :A.
|             CINEMA 4D XL 6.3.0.2 ¤     :A. =RevRdist Monkey:Special Items:Apple Menu Aliases:CINEMA 4D XL 6.3.0.2 ¤
|             Illustrator 5.0 ¤ (20 MB)  :Ad
|             Illustrator 5.0 ¤ (40 MB)  :Ad
|             Illustrator 9.0.2 ¤        :A. =RevRdist Monkey:Special Items:Apple Menu Aliases:Illustrator 9.0.2 ¤
|             LightWave 6.5 ¤            :{S8} =RevRdist Monkey:Special Items:Apple Menu Aliases:LightWave 6.5 ¤
|             Modeler 6.5 ¤              :{S8} =RevRdist Monkey:Special Items:Apple Menu Aliases:Modeler 6.5 ¤
|             Painter 5.0.3 ¤            :A. =RevRdist Monkey:Special Items:Apple Menu Aliases:Painter 5.0.3 ¤
|             Photoshop 6.0 ¤ (40 MB)    :Ad
|             Photoshop 6.0 ¤ (80 MB)    :Ad
|             Photoshop 6.0.1 ¤ (40 MB)  :O-Z- =RevRdist Monkey:Special Items:Apple Menu Aliases:Photoshop 6.0.1 ¤ (40 MB)
|             Photoshop 6.0.1 ¤ (80 MB)  :O-Z- =RevRdist Monkey:Special Items:Apple Menu Aliases:Photoshop 6.0.1 ¤ (80 MB)
<          Graphical                     :A.
>          Miscellaneous                 :A.
|             VectorWorks 8.5.1 ¤        :A. =RevRdist Monkey:Special Items:Applications:VectorWorks 8.5.1:System Folder:Apple Menu Items:VectorWorks 8.5.1 ¤
<          Miscellaneous                 :A.
>          Video                         :A.
|             Premiere 5.1 ¤             :A. =RevRdist Monkey:Special Items:Applications:Premiere 5.1:System Folder:Apple Menu Items:Premiere 5.1c ¤
<          Video                         :A.
>          Web                           :A.
|             Dreamweaver 4.01 ¤ (40 MB) :O-Z- =RevRdist Monkey:Special Items:Apple Menu Aliases:\ Applications:Web:Dreamweaver 4.01 ¤ (40 MB)
|             Dreamweaver 4.01 ¤ (80 MB) :O-Z- =RevRdist Monkey:Special Items:Apple Menu Aliases:\ Applications:Web:Dreamweaver 4.01 ¤ (80 MB)
|             Fireworks 4.0.2 ¤ (40 MB)  :A. =RevRdist Monkey:Special Items:Apple Menu Aliases:\ Applications:Web:Fireworks 4.0.2 ¤ (40 MB)
|             Fireworks 4.0.2 ¤ (60 MB)  :A. =RevRdist Monkey:Special Items:Apple Menu Aliases:\ Applications:Web:Fireworks 4.0.2 ¤ (60 MB)
<          Web                           :A.
>      \ Communications                  :A.
>        <-- Communications Index -->    :A.
<        <-- Communications Index -->    :A.
>        WWW Browsers                    :A.
<        WWW Browsers                    :A.
<      \ Communications                  :A.
<      \ Applications                    :A.
>      \ Public Utilities                :A.
>         Repair/Recovery                :A. =RevRdist Monkey:Special Items:Disk First Aid 8.5.5:System Folder:Apple Menu Items:\ Public Utilities:Repair/Recovery
<         Repair/Recovery                :A.
<      \ Public Utilities                :A.
<     Apple Menu Items                   :A.
>     Application Support                :A.
>        Adobe                           :A. =RevRdist Monkey:Special Items:Applications:Photoshop 6.0.1:System Folder:Application Support:Adobe
<        Adobe                           :A.
>        Real                            :A. =RevRdist Monkey:Special Items:Helper Applications:RealPlayer 8:System Folder:Application Support:Real
<        Real                            :A.
<     Application Support                :A.
>     Claris                             :A.
<     Claris                             :A.
>     CMSCP                              :A. =RevRdist Monkey:Special Items:Kodak Color:System Folder:CMSCP
<     CMSCP                              :A.
>     Control Panels                     :A.
|        Adobe Gamma                     :A. =RevRdist Monkey:Special Items:Applications:Photoshop 6.0.1:System Folder:Control Panels:Adobe Gamma
|        Apple Menu Options              :A.
|        CloseView                       :A. =RevRdist Monkey:Special Items:CloseView:System Folder:Control Panels:CloseView
<     Control Panels                     :A.
>     Darkside                           :A.
|        Spinning Apple                  :A. =RevRdist Monkey:Special Items:Applications:Darkside:System Folder:DarkSide:Spinning Apple
<     Darkside                           :A.
>     Extensions                         :A.
# {if S9 contains "instructor" then set S7 " RR Helper MA 192 9.2.1 new q" else set S7 " RR Helper MA 128 9.2.1 new q" endif}
|        \ RR Helper                     :A. =RevRdist Monkey:Special Items:RR Helper:System Folder:Extensions:{S7}

|        KODAK CMM                       :A. =RevRdist Monkey:Special Items:Kodak Color:System Folder:Extensions:KODAK CMM
|        KODAK PRECISION API             :A. =RevRdist Monkey:Special Items:Kodak Color:System Folder:Extensions:KODAK PRECISION API
|        KODAK PRECISION CFP             :A. =RevRdist Monkey:Special Items:Kodak Color:System Folder:Extensions:KODAK PRECISION CFP
|        KODAK PRECISION CP              :A. =RevRdist Monkey:Special Items:Kodak Color:System Folder:Extensions:KODAK PRECISION CP
|        KODAK PRECISION CP1             :A. =RevRdist Monkey:Special Items:Kodak Color:System Folder:Extensions:KODAK PRECISION CP1
|        KODAK PRECISION CP2             :A. =RevRdist Monkey:Special Items:Kodak Color:System Folder:Extensions:KODAK PRECISION CP2
|        KODAK PRECISION MON             :A. =RevRdist Monkey:Special Items:Kodak Color:System Folder:Extensions:KODAK PRECISION MON
|        KODAK PRECISION ProfileAPI      :A. =RevRdist Monkey:Special Items:Kodak Color:System Folder:Extensions:KODAK PRECISION ProfileAPI
|        KODAK PRECISION Scale           :A. =RevRdist Monkey:Special Items:Kodak Color:System Folder:Extensions:KODAK PRECISION Scale
|        KODAK PRECISION Sharpen         :A. =RevRdist Monkey:Special Items:Kodak Color:System Folder:Extensions:KODAK PRECISION Sharpen
|        KodakDS White Point             :A. =RevRdist Monkey:Special Items:Kodak Color:System Folder:Extensions:KodakDS White Point

# Extensions for Lightwave 6
# {if S9 contains "loner" then set S8 "Ad" else set S8 "A." endif}
|       RainbowUSBShim                   :{S8} =RevRdist Monkey:Special Items:Applications:Lightwave 6.5:System Folder:Extensions:RainbowUSBShim
|       USBSentinel                      :{S8} =RevRdist Monkey:Special Items:Applications:Lightwave 6.5:System Folder:Extensions:USBSentinel

# Extensions for Microsoft Office 2001
|       Microsoft Clipboard Library      :A. =RevRdist Monkey:Special Items:Applications:Microsoft Office 2001 SR1/SU:System Folder:Extensions:Microsoft Clipboard Library
|       Microsoft Component Library      :A. =RevRdist Monkey:Special Items:Applications:Microsoft Office 2001 SR1/SU:System Folder:Extensions:Microsoft Component Library
|       Microsoft Internet Library       :A. =RevRdist Monkey:Special Items:Applications:Microsoft Office 2001 SR1/SU:System Folder:Extensions:Microsoft Internet Library
|       Microsoft OLE Automation         :A. =RevRdist Monkey:Special Items:Applications:Microsoft Office 2001 SR1/SU:System Folder:Extensions:Microsoft OLE Automation
|       Microsoft OLE Library            :A. =RevRdist Monkey:Special Items:Applications:Microsoft Office 2001 SR1/SU:System Folder:Extensions:Microsoft OLE Library
|       Microsoft Structured Storage     :A. =RevRdist Monkey:Special Items:Applications:Microsoft Office 2001 SR1/SU:System Folder:Extensions:Microsoft Structured Storage
>       Type Libraries                   :A. =RevRdist Monkey:Special Items:Applications:Microsoft Office 2001 SR1/SU:System Folder:Extensions:Type Libraries
<       Type Libraries                   :A.
#

# Extensions for Internet Explorer 5
|    Microsoft Framework                 :A. =RevRdist Monkey:Special Items:Applications:Internet Explorer 5:System Folder:Extensions:Microsoft Framework
#|    Microsoft Internet Library          :A. =RevRdist Monkey:Special Items:Applications:Internet Explorer 5:System Folder:Extensions:Microsoft Internet Library
>    MS Library Folder                   :A. =RevRdist Monkey:Special Items:Applications:Internet Explorer 5:System Folder:Extensions:MS Library Folder
<    MS Library Folder                   :A.
#

# Extensions for RealPlayer 8
>        Real                            :A. =RevRdist Monkey:Special Items:Helper Applications:RealPlayer 8:System Folder:Extensions:Real
<        Real                            :A.
#


# Extensions for Timbuktu Pro 5.2.4
# {if S9 contains "instructor" then set S8 "A." else set S8 "Ad" endif}
>        Netopia                         :{S8} =RevRdist Monkey:Special Items:Applications:Timbuktu Pro 5.2.4:System Folder:Extensions:Netopia
<        Netopia                         :{S8}
|        Timbuktu Extension              :{S8} =RevRdist Monkey:Special Items:Applications:Timbuktu Pro 5.2.4:System Folder:Extensions:Timbuktu Extension
#

|        USB Floppy Support              :A. =RevRdist Monkey:Special Items:VST USB Floppy:System Folder:Extensions:USB Floppy Support
<     Extensions                         :A.
|     Finder                             :Ls

>     Fonts                              :A.
# Fonts for Sibelius
|       Inkpen                           :A. =RevRdist Monkey:Special Items:Applications:Sibelius Demo:System Folder:Fonts:Inkpen
|       Opus                             :A. =RevRdist Monkey:Special Items:Applications:Sibelius Demo:System Folder:Fonts:Opus
#
<     Fonts                              :A.

>     Help                               :A.
<     Help                               :A.
>     KPCMS                              :A. =RevRdist Monkey:Special Items:Kodak Color:System Folder:KPCMS
<     KPCMS                              :A.
>     Monkey                             :A. =RevRdist Monkey:Special Items:Disk First Aid 8.5.5:System Folder:Monkey
<     Monkey                             :A.
>     Preferences                        :Au
>        Adobe Illustrator 9.0.1         :A. =RevRdist Monkey:Special Items:Illustrator 9.0.2:System Folder:Preferences:Adobe Illustrator 9.0.1 (FA)
<        Adobe Illustrator 9.0.1         :A.
|        Adobe Online Prefs              :A. =RevRdist Monkey:Special Items:Illustrator 9.0.2:System Folder:Preferences:Adobe Online Prefs
|        AppleShare Prep                 :Ai
|        Carmageddon Preferences         :AiSu =RevRdist Monkey:Special Items:Applications:Carmageddon Demo:System Folder:Preferences:Carmageddon Preferences
>        Citrix ICA Client               :A. =RevRdist Monkey:Special Items:Helper Applications:Citrix ICA Client 4.1:System Folder:Preferences:Citrix ICA Client
<        Citrix ICA Client               :A.
|        CloseView Preferences           :A. =RevRdist Monkey:Special Items:CloseView:System Folder:Preferences:CloseView Preferences
>        Cron Preferences                :A. =RevRdist Monkey:Special Items:Cron Preferences:31-39 2 * * *:System Folder:Preferences:Cron Preferences
|           31-39 2 * * *                :A. =RevRdist Monkey:Special Items:Scripts:Run RevRdist
|           RevRdist Prefs               :A. =RevRdist Monkey:Special Items:RevRdist Prefs:System Folder:RevRdist Prefs ML B&W 9.2.1
<        Cron Preferences                :A.
|        DarkSide Preferences            :A. =RevRdist Monkey:Special Items:Applications:Darkside:System Folder:Preferences:DarkSide Preferences (HappyMac)

# {if S9 contains "instructor" then set S7 "Desktop Pictures Prefs Inst" else set S7 "Desktop Pictures Prefs" endif}
# {if S9 contains "instructor" then set S8 "A." else set S8 "Ad" endif}
|        Desktop Pictures Prefs          :A. =RevRdist Monkey:Special Items:Desktop Pictures:ACLIS Desktop Pic:System Folder:Preferences:{S7}
|        Display Preferences             :{S8} =RevRdist Monkey:Special Items:Display Preferences:System Folder:Preferences:Display Prefs (ML G4 192 9)

|        Energy Saver Preferences        :A. =RevRdist Monkey:Special Items:Cron Preferences:31-39 2 * * *:System Folder:Preferences:Energy Saver Preferences
|        Power Mgt Preferences           :A. =RevRdist Monkey:Special Items:Cron Preferences:31-39 2 * * *:System Folder:Preferences:Power Mgt Preferences
>        FileMaker Preferences           :A. =RevRdist Monkey:Special Items:Applications:FileMaker Pro 5.0v3:System Folder:Preferences:FileMaker Preferences
<        FileMaker Preferences           :A.
|        Finder Preferences              :Ad
|        Flash 5 Preferences             :A. =RevRdist Monkey:Special Items:Applications:Flash 5.0a:System Folder:Preferences:Flash 5 Preferences
|        Hot Key Preferences             :A. =RevRdist Monkey:Special Items:Hot Key:System Folder:Preferences:Hot Keys Preferences
|        Hot Keys Preferences            :A. =RevRdist Monkey:Special Items:Hot Key:System Folder:Preferences:Hot Keys Preferences
>        iDo Folder                      :AiSu =RevRdist Monkey:Special Items:iDo Script Scheduler 1.1:System Folder:Preferences:iDo Folder (MIEMacs)
<        iDo Folder                      :AiSu
|        Machine Log                     :Aj

|        Maple 6 Preferences             :A. =RevRdist Monkey:Special Items:Applications:Maple 6.0:System Folder:Preferences:Maple 6 Preferences
|        Maple 6 Sys Preferences         :A. =RevRdist Monkey:Special Items:Applications:Maple 6.0:System Folder:Preferences:Maple 6 Sys Preferences

|        mca2                            :A. =RevRdist Monkey:Special Items:Applications:CINEMA 4D XL 6.3.0.2:System Folder:Preferences:mca2

# Preferences for DreamWeaver 4.01
|        Dreamweaver 4 Preferences       :A. =RevRdist Monkey:Special Items:Applications:Dreamweaver 4.01:System Folder:Preferences:Dreamweaver 4 Preferences
|        Dreamweaver 4 Registration      :A. =RevRdist Monkey:Special Items:Applications:Dreamweaver 4.01:System Folder:Preferences:Dreamweaver 4 Registration
#

# Preferences for Fireworks 4.0.2
|    Fireworks 4 Preferences             :A. =RevRdist Monkey:Special Items:Applications:Fireworks 4.0.2:System Folder:Preferences:Fireworks 4 Preferences
|    Fireworks 4 Registration            :A. =RevRdist Monkey:Special Items:Applications:Fireworks 4.0.2:System Folder:Preferences:Fireworks 4 Registration
#

# Preferences for Internet Explorer 5
>    Explorer                            :A. =RevRdist Monkey:Special Items:Applications:Internet Explorer 5:System Folder:Preferences:Explorer (MMC)
<    Explorer                            :A.
|    Internet Preferences                :A. =RevRdist Monkey:Special Items:Applications:Internet Explorer 5:System Folder:Preferences:Internet Preferences (MMC)
#

# Preferences for CodeWarrior 7.0
>        MacsBug Preferences             :A. =RevRdist Monkey:Special Items:Applications:CW 7.0:System Folder:Preferences:MacsBug Preferences
<        MacsBug Preferences             :A.
>        Metrowerks                      :A. =RevRdist Monkey:Special Items:Applications:CW 7.0:System Folder:Preferences:Metrowerks
<        Metrowerks                      :A.
#

# Preferences for Microsoft Office 2001
>        Microsoft                       :A. =RevRdist Monkey:Special Items:Applications:Microsoft Office 2001 SR1/SU:System Folder:Preferences:Microsoft
<        Microsoft                       :A.
|        PPC Registration Database       :A. =RevRdist Monkey:Special Items:Applications:Microsoft Office 2001 SR1/SU:System Folder:Preferences:PPC Registration Database
#

|        MSN Messenger Preferences       :A. =RevRdist Monkey:Special Items:Applications:MSN Messenger Service 2.0:System Folder:Preferences:MSN Messenger Preferences
|        NCSA Telnet Preferences         :A.

# Preferences for Photo Score Lite (Sibelius utility)
|       PhotoScore Lite Preferences      :A. =RevRdist Monkey:Special Items:Applications:Sibelius Demo:System Folder:Preferences:PhotoScore Lite Preferences
#

# Preferences for RealPlayer 8

|        RealPlayerG2 Preferences        :A. =RevRdist Monkey:Special Items:Helper Applications:RealPlayer 8:System Folder:Preferences:RealPlayerG2 Preferences
|        RealMediaSDK Preferences        :A. =RevRdist Monkey:Special Items:Helper Applications:RealPlayer 8:System Folder:Preferences:RealMediaSDK Preferences
|        RealShared Preferences          :A. =RevRdist Monkey:Special Items:Helper Applications:RealPlayer 8:System Folder:Preferences:RealShared Preferences
|        RealUpdate Preferences          :A. =RevRdist Monkey:Special Items:Helper Applications:RealPlayer 8:System Folder:Preferences:RealUpdate Preferences

#

|        RevRdist log                    :Ai

# Preferences for SoundJam MP Free
|        SJMPTemp0123489234              :Ad
>        SoundJam Prefs                  :Ad
<        SoundJam Prefs                  :Ad
|        xq7un4ex8yb3er4im1zp.2          :Ad
#

# Preferences for Strata StudioPro 2.5.3
|        MP                              :A. =RevRdist Monkey:Special Items:Applications:Strata StudioPro 2.5.3:System Folder:Preferences:MP
>        Strata Preferences              :A. =RevRdist Monkey:Special Items:Applications:Strata StudioPro 2.5.3:System Folder:Preferences:Strata Preferences
<        Strata Preferences              :A.
#

|        System Preferences              :A. =RevRdist Monkey:Special Items:System Prefs:System Folder:Preferences:System Preferences  (193 MB VM)

# Preferences for Timbuktu Pro 5.2.4
# {if S9 contains "instructor" then set S8 "Au" else set S8 "Ad" endif}
>        Netopia                         :{S8} =RevRdist Monkey:Special Items:Applications:Timbuktu Pro 5.2.4:System Folder:Preferences:Netopia
<        Netopia                         :AuCdE-
#

|        TCP/IP Preferences              :Ai
|        TCP/IP Prefs Backup             :Ai
|        Users & Groups Data File        :Ai
>        Virtual PC 4.0 Preferences      :A. =RevRdist Monkey:Special Items:Applications:Virtual PC 4.0.2:System Folder:Preferences:Virtual PC 4.0 Preferences
<        Virtual PC 4.0 Preferences      :A.

|        VectorWorks 8 Prefs             :A. =RevRdist Monkey:Special Items:Applications:VectorWorks 8.5.1:System Folder:Preferences:VectorWorks 8 Prefs

<     Preferences                        :Au
|     RevRdist Prefs                     :A. =RevRdist Monkey:Special Items:RevRdist Prefs:System Folder:RevRdist Prefs ML B&W 9.2.1
|     Run RevRdist                       :A. =RevRdist Monkey:Special Items:Scripts:Run RevRdist
>     Scripts                            :A.
|        Fix iDo Script Scheduler        :AuCuSu =RevRdist Monkey:Special Items:Scripts:Fix iDo Script Scheduler
|        Idle Script                     :Au =RevRdist Monkey:Special Items:Scripts:Idle Script
|        Run RevRdist                    :Au =RevRdist Monkey:Special Items:Scripts:Run RevRdist
|        Run RevRdist Warn               :Au =RevRdist Monkey:Special Items:Scripts:Run RevRdist Warn
|        Software Index                  :Au =RevRdist Monkey:Special Items:Mount Server/Soft. Desktop:Mount Server/Soft. 1705A
>        Hot Key Scripts                 :Au =RevRdist Monkey:Special Items:Scripts:Hot Key Scripts
<        Hot Key Scripts                 :Au
<     Scripts                            :A.
>     Startup Items                      :A.
|        Cache Ä (5 MB)                  :A. =RevRdist Monkey:Special Items:ShrinkWrap 2.1:System Folder:Startup Items:Cache Ä (5 MB) NEW
|        HappyMacSpin                    :A.O-Z- =RevRdist Monkey:Special Items:Applications:Darkside:System Folder:Startup Items:HappyMacSpin
|        Software Index                  :Au =RevRdist Monkey:Special Items:Mount Server/Soft. Index:Mount Server/Soft. 1705A
*        APPL(Dist)                      :Cd
*        RDsp(Dist)                      :CdO-
<     Startup Items                      :A.
|     System                             :AuCdE-
<   System Folder                        :AuE-Cd
< root                                   :A-SuVuCjWuE-
# end of distfile