home *** CD-ROM | disk | FTP | other *** search
- (if (= @language "deutsch")
- (
- (SET Intro "Wilkommen zum Installer-Script für GfxCon")
- (SET Where "Wohin soll das GfxCon Paket hinkopiert werden ? Es wir ein Verzeichnis namens GfxCon angelegt")
- )
- )
- (if (= @language "english")
- (
- (SET Intro "Welcome to the installer-script for GfxCon")
- (SET Where "Where do wou want to place the GfxCon packet ? A drawer called GfxCon will be created")
- )
- )
-
- (MESSAGE Intro)
-
- (SET Wuerg
- (ASKDIR
- (PROMPT Where)
- (DEFAULT "sys:")
- (HELP "")
- )
- )
-
- (SET Mama (TACKON Wuerg "GfxCon"))
-
- (RUN (CAT "makedir \""Mama"\""))
-
- (COPYFILES
- (SOURCE ":Gfx/Conv/GfxCon/")
- (DEST Mama)
- (INFOS)
- (ALL)
- )
-