Teach 2000
Informations
Creator | Message |
---|---|
Quentin PÂRIS
|
WarningThis installer is a beta script. It means that it might not work as expected InformationsPlatforms: Feedbacks0 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. 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:
ContributeMember | Message |
koenkoe | Thursday 30 October 2014 at 16:12 |
koenkoe
|
WarningThis update has not been approved yet by the team. 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 Replies |
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