HuntnGather – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 ;
2  
3 ; Generated by InstallerGen 1.5!
4  
5 (complete 0)
6 (set @default-dest "Work:")
7 (complete 7)
8 ;
9 (welcome "Good day! \n\nWelcome to the Hunt & Gather Installer. The binaries will be copied to C: and the documentation to HELP:\n")
10  
11 (complete 14)
12 ;
13 (set #arch
14 (askchoice
15 (prompt "Select CPU")
16 (help @askchoice-help)
17 (choices "68020+" "68000")
18 (default 0)
19 )
20 )
21 (if (= #arch 0) (set #cpu_20 1) (set #cpu_20 0))
22 (if (= #arch 1) (set #cpu_00 1) (set #cpu_00 0))
23  
24 (complete 21)
25 ;
26 (if (= #cpu_20 1)
27 (
28  
29 (complete 28)
30 ;
31 (copyfiles
32 (prompt "Copying Files...")
33 (help @copyfiles-help)
34 (infos)
35 (confirm "expert")
36 (source "")
37 (dest "C:")
38 (choices "C/Gather.20" "C/Hunt.20")
39 )
40  
41 (complete 35)
42 ;
43 (rename "C:Hunt.20" "C:Hunt"
44 (prompt "Renaming...")
45 (help )
46 (confirm "expert")
47 )
48  
49 (complete 42)
50 ;
51 (rename "C:Gather.20" "C:Gather"
52 (prompt "Renaming...")
53 (help )
54 (confirm "expert")
55 )
56  
57 (complete 49)
58 ;
59 ) ; Else
60 (
61  
62 (complete 56)
63 ;
64 (copyfiles
65 (prompt "Copying Files...")
66 (help @copyfiles-help)
67 (infos)
68 (confirm "expert")
69 (source "")
70 (dest "C:")
71 (choices "C/Hunt.00" "C/Gather.00")
72 )
73  
74 (complete 63)
75 ;
76 (rename "C:Hunt.00" "C:Hunt"
77 (prompt "Renaming...")
78 (help )
79 (confirm "expert")
80 )
81  
82 (complete 70)
83 ;
84 (rename "C:Gather.00" "C:Gather"
85 (prompt "Renaming...")
86 (help )
87 (confirm "expert")
88 )
89  
90 )
91 ) ; End If
92 (complete 77)
93 ;
94 (copyfiles
95 (prompt "Copying Documentation...\n")
96 (help @copyfiles-help)
97 (infos)
98 (confirm "expert")
99 (source "")
100 (dest "HELP:")
101 (choices "Hunt & Gather.doc")
102 )
103  
104 (complete 100)
105 ;
106 (exit "To use:\n\n1.) Run: Gather RAM:\n\nto index files inside the RAM drive.\n\n2.) Run: Hunt prefs\n\nto search for files that contain \"prefs\" in their name.\n\nBe vigilant!")
107