REM #-- getSound.bat: REM #-- This batch script sets up the spanish tutoring REM #-- program on the local computer. It is designed to REM #-- work in conjunction with the file 'SPAN.BAT' REM #-- Both these files can be found at REM #-- www.sultry.arts.usyd.edu.au/lani/mjb/spanish REM #-- There is also a file called 'instructions.txt' which REM #-- provides some (incomplete) instructions for setting up the REM #-- spanish tutoring program. The script still needs a REM #-- 'readline' program inorder to properly setup. This script is REM #-- designed to run as a background process (and run before span.bat) REM #-- This is to allow a user to start using the spanish tutoring REM #-- program before all the sound-files are downloaded. This REM #-- envisages a scenario in which there are a very large number of REM #-- sound files (say > 2000) but at the moment there are only REM #-- about 500. REM #-- rem #-- The urls of the sound-files are contained in a file called rem #-- 'soundUrls-sp.txt' which is at the same location as above. mkdir Spanish mkdir Spanish\SoundFiles mkdir Spanish\Definitions copy wget.exe Spanish\SoundFiles copy wget.exe Spanish cd Spanish wget www.sultry.arts.usyd.edu.au/lani/mjb/spanish/SPAN.BAT cd SoundFiles wget www.sultry.arts.usyd.edu.au/lani/mjb/spanish/soundUrls-sp.txt wget -i soundUrls-sp.txt