home *** CD-ROM | disk | FTP | other *** search
/ Freelog 42 / Freelog042.iso / BestOf / Heroes / run.bat < prev   
DOS Batch File  |  2002-03-30  |  861b  |  18 lines

  1. @echo off
  2. rem ## If Heroes cannot find its files, you may use a line
  3. rem ## like the following to tell it where they are.
  4. rem ## This should be the path to the directory containing the bin\ and
  5. rem ## datadir\ directories.
  6. rem set HEROES_PREFIX=C:\heroes
  7. rem ## Uncomment the following line to change the language to French.
  8. rem ## Other available languages are Dutch (nl_NL), German (de_DE), and
  9. rem ## Italian (it_IT).
  10. rem set LANG=fr_FR
  11. rem ## The following line launch Heroes, with 8bit and 11kHz sound output,
  12. rem ## this are safe values but very low qualit and you may want to
  13. rem ## suppress these options to try the default configuration instead
  14. rem ## (16bits, 22mHz), or higher values.
  15. rem ## Also, you may want to add some other options (such as -F for
  16. rem ## fullscreen), see the manual for details.
  17. bin\heroes.exe -8 -d freq=11050
  18.