Pages vues depuis 06/01/2019 : 16 054 967
Index du forum »» Logiciel »» Impossible de télécharger les fontes pour Odyssey
; OWB font downloader
.KEYÂ foo
.BRAÂ {
.KETÂ }
failat 21
echo "Welcome to OWB font downloader!"
if not exists c:xadUnFile
    requestchoice >nil: "OWB font downloader" "You need to have a functional XADMaster in your system" "Ok"
    quit 5
endif
requestchoice >env:OWBch{$$} "OWB font downloader" "Do you want to download and install fonts?*N*OWB needs to download ~4MB of fonts.*N*Installing fonts will result in copying a few ttf fonts to SYS:Fonts/_ttf" "Yes" "No"
if not val "$OWBch{$$}" eq "1"
    unsetenv OWBch{$$}
    quit
endif
unsetenv OWBch{$$}
echo >t:fetchfont{$$} ".KEY F*NC:wget --no-check-certificate --tries 10 --waitretry 10 .exe" target="_blank" class="noir">http://downloads.sourceforge.net/project/corefonts/the%20fonts/final/.exe  -O t:ff_tmp<*$*$>*Nif not val *$RC eq 0*Nrequestchoice >nil: *"OWB font downloader*" *"Failed to fetch font ''. OWB WON'T work*" *"Ok*"*Nquit 22*Nendif*Nc:xadUnFile t:ff_tmp<*$*$> sys:fonts/_ttf file=#?.TTF overwrite*Nif not val *$RC eq 0*Nrequestchoice >nil: *"OWB font downloader*" *"Failed to unpack '' font archive. OWB WON'T work*" *"Ok*"*nquit 22*Nendif"
protect "t:fetchfont{$$}" +se
"t:fetchfont{$$}"Â andale32
"t:fetchfont{$$}"Â arial32
"t:fetchfont{$$}"Â arialb32
"t:fetchfont{$$}"Â comic32
"t:fetchfont{$$}"Â courie32
"t:fetchfont{$$}"Â georgi32
"t:fetchfont{$$}"Â impact32
"t:fetchfont{$$}"Â times32
"t:fetchfont{$$}"Â trebuc32
"t:fetchfont{$$}"Â verdan32
"t:fetchfont{$$}"Â webdin32
delete "t:fetchfont{$$}" "t:ff_tmp{$$}" all quiet
echo "*NDownload complete"