Вы находитесь здесь

Форум

[script] Nomltest

Автор Replies
Kekun Friday 18 September 2009 at 20:29
KekunAnonymous

Voici mon premier script, un script assez simple qui télécharge et dés-archive le sympatique jeu Nomltest, très peu gourmand en ressources.

Pour un test du jeu je vous invite à aller sur le très bon Shmup.com : http://www.shmup.com/index.php?page=fiche&id=1033

#!/bin/bash
if [ "$PLAYONLINUX" = "" ]then
exit 0
fi
source "$PLAYONLINUX/lib/sources"
 
cfg_check
 
POL_SetupWindow_Init
POL_SetupWindow_presentation "Nomltest" "Solid Image" "http://www.yomogi.sakura.ne.jp/~si/SolidImage/index.shtml" "Kekun" "nomltest"
 
select_prefixe "$REPERTOIRE/wineprefix/nomltest"
POL_SetupWindow_prefixcreate 
 
Set_OS "winxp"
cd "$REPERTOIRE/wineprefix/nomltest/drive_c/"
POL_SetupWindow_download "Downloading Nomltest..." "Downloading Nomltest..." "http://www.yomogi.sakura.ne.jp/~si/SolidImage/download/nomltest.zip"
POL_SetupWindow_wait_next_signal "Installation in progress..." "Nomltest"
unzip "$REPERTOIRE/wineprefix/nomltest/drive_c/nomltest.zip" && rm "$REPERTOIRE/wineprefix/nomltest/drive_c/nomltest.zip"
POL_SetupWindow_detect_exit
 
POL_SetupWindow_make_shortcut "nomltest" "nomltest/" "nomltest.exe" "" "Nomltest"
 
POL_SetupWindow_reboot
POL_SetupWindow_Close
exit
Вы находитесь здесь: Index > Vos créations > [script] Nomltest