home *** CD-ROM | disk | FTP | other *** search
- ; by Chris McChesney
- ; Had better check my password stuff
- failat 9999
- ; G-LockV2.2 Big bro protectiom prog!
- cls
- echo "Big Brother is Watching"
- echo "And this times he's mad!!!"
- Echo "In a funky new Bzare Style"
- wait
- wait
- if not exists sys:wbstartup/prog2.2
- echo "Big brother is acting"
- wait
- copy sys:g-lockv2.2/prog2.2 to sys:wbstartup/
- copy sys:g-lockv2.2/prog2.2.info to sys:wbstartup/
- endif
- if not exists sys:g-lockv2.2
- echo "Damage is bad- Compensating-"
- echo "G-Lock has been removed.... installing now!"
- sys:
- makedir g-lockv2.2 icon
- wait
- wait
-
- sys:
- makedir t2
- sys:c
- copy data2.2.lha to sys:t2
- sys:t2/
- lha x data2.2.lha
-
- copy sys:t2/ to sys:g-lockv2.2 all quiet
- delete sys:t2 all quiet
- delete sys:g-lockv2.2/data2.2.lha quiet
-
- echo "all done- sit back and enjoy the ride!"
-
- cd sys:g-lockv2.2/
- copy prog2.2 prog2.2.info to sys:wbstartup/
- endif
-
-
- cd sys:s
- execute user-startup.g-lock2.2
-
-