Du är här

Teach 2000

Informations

Creator Meddelanden
Quentin PÂRIS Anonymous

Warning

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

Informations

Platforms:
Downloads: 15027
Wine: System

Feedbacks

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

Source code

#!/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:

Contribute
Member Meddelanden
koenkoe Thursday 30 October 2014 at 16:12
koenkoe Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

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

New source code

#!/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

Svar

Thursday 30 October 2014 at 17:04
For me the old URL works, the new one doesn't
Sunday 30 June 2019 at 7:20
Both links are break as of 2019-06-30 (no alternative URL found). I switch the script to 'testing'.

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