Teach 2000

Informations

Créateur Messages
Quentin PÂRIS Anonymous

Attention

This installer is a beta script. It means that it might not work as expected

Informations

Plate-formes :
Téléchargements : 14827
Wine: System

Retours d'expérience

Description

A 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.

Website. Appdb.winehq.org

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:

Contribuer
Membre Messages
koenkoe Jeudi 30 Octobre 2014 à 16:12
koenkoe Anonymous

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

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

Jeudi 30 Octobre 2014 à 17:04
For me the old URL works, the new one doesn't
Dimanche 30 Juin 2019 à 7:20
Both links are break as of 2019-06-30 (no alternative URL found). I switch the script to 'testing'.