You are here > Les forums > Your creations. > [script] Nomltest
#!/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
94 people online