home *** CD-ROM | disk | FTP | other *** search
- ;
- ; SETUP FOR EVALUATION EDITION
- ;
- ; CREATE DIRECTORIES
- ;
- createdir features
- createdir image
- createdir bounce
- createdir vidstore
- createdir step1
- createdir step2
- createdir step3
- ;
- ; INSTALL FILES
- ;
- ; Executables
- installfile javelin.exe javelin.exe
- installfile drun.exe drun.exe
- installfile vcwscls.exe vcwscls.exe
- ; Licensing
- installfile license.txt license.txt
- ; HELP
- installfile oodhelp.hlp oodhelp.hlp
- installfile tut.hlp tut.hlp
- installfile readme.doc readme.doc
- installfile readme.txt readme.txt
- ; Importing
- installfile javagram.dat javagram.dat
- ; Example
- ; features
- installfile features.vcw features\features.vcw
- installfile toolbars.vcw features\toolbars.vcw
- installfile interfac.vcw features\interfac.vcw
- installfile introo.vcw features\introo.vcw
- ; image
- installfile image.vcw image\image.vcw
- installfile imageap.jav image\ImageApplet.java
- installfile image.htm image\index.html
- installfile backg.gif image\backg.gif
- ; bounce
- installfile bounce.vcw bounce\bounce.vcw
- installfile bounce.htm bounce\index.html
- installfile BounceAp.jav bounce\BounceApplet.java
- installfile BounceAn.jav bounce\BounceAnimation.java
- ; vidstore
- installfile vidstore.vcw vidstore\vidstore.vcw
- installfile vidstore.jav vidstore\VideoStore.java
- installfile client.jav vidstore\Client.java
- installfile movie.jav vidstore\Movie.java
- installfile vidtape.jav vidstore\VideoTape.java
- installfile person.jav vidstore\Person.java
- installfile staff.jav vidstore\Staff.java
- ; step examples
- installfile step1.vcw step1\step1.vcw
- installfile step2.vcw step2\step2.vcw
- installfile step3.vcw step3\step3.vcw
- installfile graphapp.jav step3\GraphicsApplet.java
- installfile shape.jav step3\Shape.java
- installfile box.jav step3\Box.java
- installfile circle.jav step3\Circle.java
- installfile step3.htm step3\index.html
- ; DDE HELP
- installfile oodesign.dot oodesign.dot
- installfile ddeman.doc ddeman.doc
- ; Ordering
- installfile order.txt order.txt
- ;
- ; CREATE GROUPS AND ADD ITEMS
- ;
- CreateGroup Javelin
- AddGroupItem Notepad_Read_Me notepad.exe readme.txt . n 1
- AddGroupItem Word_Read_Me \msoffice\winword\winword.exe readme.doc . n 3
- AddGroupItem Pricing_And_Order_Form notepad.exe order.txt . n 1
- AddGroupItem License notepad.exe license.txt . n 1
- AddGroupItem Getting_Started winhelp.exe tut.hlp . n 0
- AddGroupItem Javelin javelin.exe newproj.vcw . y 0
- AddGroupItem Quick_Feature_Summary_1 javelin.exe features.vcw features y 0
- AddGroupItem Quick_Feature_Summary_2 javelin.exe toolbars.vcw features y 0
- AddGroupItem Introduction_To_OO javelin.exe introo.vcw features y 0
- AddGroupItem Interfaces javelin.exe interfac.vcw features y 0
- AddGroupItem Step_1 javelin.exe step1.vcw step1 y 0
- AddGroupItem Step_2 javelin.exe step2.vcw step2 y 0
- AddGroupItem Step_3 javelin.exe step3.vcw step3 y 0
- AddGroupItem Image_Example javelin.exe image.vcw image y 0
- AddGroupItem Bounce_Example javelin.exe bounce.vcw bounce y 0
- AddGroupItem Video_Store_Example javelin.exe vidstore.vcw vidstore y 0
- AddGroupItem Javelin_Help winhelp.exe oodhelp.hlp . n 0
- AddGroupItem Javelin_Help winhelp.exe oodhelp.hlp . n 0
- AddGroupItem Javelin_To_Word_Document \msoffice\winword\winword.exe ddeman.doc . n 3
-