Applications

Choose a category

accessories
Accessories
development
Development
education
Education
games
Games
graphics
Graphics
internet
Internet
multimedia
Multimedia
office
Office
other
Other

Tunneler

#!/bin/bash
if [ "$PLAYONLINUX" = "" ]
then
exit 0
fi
source "$PLAYONLINUX/lib/sources"

cfg_check

#Presentation
presentation "Tunneler" "" "" "puk007" "Tunneler"

select_prefixe "$REPERTOIRE/wineprefix/Tunneler/"

dosprefixcreate

cd $WINEPREFIX/drive_c/

telecharger "Téléchargement du jeu" "http://www.bestoldgames.net/download/bog-games/tunneler.zip"
rm -rf Tunneler
unzip tunneler.zip
rm tunneler.zip

export $CDROM="none"

creer_lanceur_dos "Tunneler" "Tunneler/" "TUNNELER.EXE" "" "Tunneler"