home *** CD-ROM | disk | FTP | other *** search
/ Freelog 68 / Freelog068.iso / BAS / Musique / MrRandom / mr_random_1.0.1-install.exe / run.bat < prev    next >
DOS Batch File  |  2005-04-02  |  579b  |  18 lines

  1. @echo off
  2.  
  3. rem    Mr. Random run batch file
  4. rem
  5. rem    This assumes that Java Runtime Environment 1.4 is installed
  6. rem    and javaw.exe is on the path. If javaw.exe is not on the path,
  7. rem    alter the command line, for example:
  8. rem
  9. rem    start C:\jdk1.4.2_05\bin\javaw.exe -jar mr.random.jar
  10. rem
  11. rem    This also assumes that configuration and history files are in
  12. rem    the current directory. If not, append the directory path to the 
  13. rem    command line as an argument, for example:
  14. rem
  15. rem    start javaw -jar mr.random.jar "C:\My Documents\My Music"
  16.  
  17. start javaw -jar mr.random.jar
  18.