HuntnGather – Blame information for rev 35

Subversion Repositories:
Rev:
Rev Author Line No. Line
20 office 1 ; Hunt & Gather
1 office 2  
3 ; Generated by InstallerGen 1.5!
4  
5 (complete 0)
20 office 6 (set @app-name "Hunt & Gather")
35 office 7 (set @default-dest "RAM:")
1 office 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  
35 office 11 (complete 33)
1 office 12 ;
13 (copyfiles
14 (prompt "Copying Files...")
15 (help @copyfiles-help)
16 (infos)
17 (confirm "expert")
18 (source "")
19 (dest "C:")
35 office 20 (choices "C/Hunt" "C/Gather")
1 office 21 )
22  
35 office 23 (complete 67)
1 office 24 ;
25 (copyfiles
26 (prompt "Copying Documentation...\n")
27 (help @copyfiles-help)
28 (infos)
29 (confirm "expert")
30 (source "")
31 (dest "HELP:")
20 office 32 (choices "HuntnGather.readme")
1 office 33 )
34  
35 (complete 100)
36 ;
37 (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!")