Teach 2000
Informations
Créateur | Messages |
---|---|
Quentin PÂRIS
|
AttentionThis installer is a beta script. It means that it might not work as expected InformationsPlate-formes : Retours d'expérience0 0 DescriptionA private teacher to help you memorize a foreign language, topography or even the history of Italy by date. Improve your school results with this free trainer. Code source#!/bin/bash if [ "$PLAYONLINUX" = "" ] then exit 0 fi source "$PLAYONLINUX/lib/sources" TITLE="Teach 2000" TITRE="$TITLE" PREFIXE="Teach2000" file="teach851.exe" POL_SetupWindow_Init POL_SetupWindow_presentation "$TITRE" "Teach 2000" "http://www.teach2000.org/" "Tinou" "$PREFIXE" cd $REPERTOIRE/tmp/ select_prefix "$REPERTOIRE/wineprefix/$PREFIXE" POL_SetupWindow_prefixcreate POL_SetupWindow_download "Downloading $TITRE" "$TITRE" "http://www.digischool.nl/teach2000/teach851.exe" POL_SetupWindow_wait_next_signal "Installing $TITRE" "$TITRE" wine $file POL_SetupWindow_detect_exit #POL_SetupWindow_message "Please press Next when $TITRE is fully installed" "$TITRE" POL_SetupWindow_auto_shortcut "$PREFIXE" "teach2000.exe" "$TITRE" POL_SetupWindow_message "$TITRE has been installed successfully" "$TITRE" POL_SetupWindow_Close exit |
Contributions
Filters:
ContribuerMembre | Messages |
koenkoe | Jeudi 30 Octobre 2014 à 16:12 |
koenkoe
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Differences@@ -17,7 +17,7 @@ cd $REPERTOIRE/tmp/ select_prefix "$REPERTOIRE/wineprefix/$PREFIXE" POL_SetupWindow_prefixcreate -POL_SetupWindow_download "Downloading $TITRE" "$TITRE" "http://www.digischool.nl/teach2000/teach851.exe" +POL_SetupWindow_download "Downloading $TITRE" "$TITRE" "http://www.oud.digischool.nl/teach2000/teach851.exe" POL_SetupWindow_wait_next_signal "Installing $TITRE" "$TITRE" wine $file POL_SetupWindow_detect_exit Nouveau code source#!/bin/bash if [ "$PLAYONLINUX" = "" ] then exit 0 fi source "$PLAYONLINUX/lib/sources" TITLE="Teach 2000" TITRE="$TITLE" PREFIXE="Teach2000" file="teach851.exe" POL_SetupWindow_Init POL_SetupWindow_presentation "$TITRE" "Teach 2000" "http://www.teach2000.org/" "Tinou" "$PREFIXE" cd $REPERTOIRE/tmp/ select_prefix "$REPERTOIRE/wineprefix/$PREFIXE" POL_SetupWindow_prefixcreate POL_SetupWindow_download "Downloading $TITRE" "$TITRE" "http://www.oud.digischool.nl/teach2000/teach851.exe" POL_SetupWindow_wait_next_signal "Installing $TITRE" "$TITRE" wine $file POL_SetupWindow_detect_exit #POL_SetupWindow_message "Please press Next when $TITRE is fully installed" "$TITRE" POL_SetupWindow_auto_shortcut "$PREFIXE" "teach2000.exe" "$TITRE" POL_SetupWindow_message "$TITRE has been installed successfully" "$TITRE" POL_SetupWindow_Close exit Réponses |
This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com