Ignore:
Timestamp:
2008-05-06T16:12:35+12:00 (16 years ago)
Author:
ak19
Message:

Removed debug output statement, funny character introduced when editing batch file in Linux, and Linux bash-style comments in this Windows batch script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/trunk/gs3-webservices-democlient/gs3democlient.bat

    r15347 r15348  
    66
    77:: This script must be run from within the directory in which it lives
    8 echo I am here
    98if exist gs3democlient.bat goto start
    109    if "%LANGUAGE%" == "en" echo This script must be run from the directory in which it resides.
     
    115114:runGS3democlient
    116115:: ---- Finally, run the runGS3democlient ----
    117 # Creates new folder "logs", if it does not already exist. Logs dir must exist
    118 # for log4j to write output files into. MKDIR/mkdir is a synonym for MD/md
    119 md "logs"
    120 
    121116:: Creates new folder "logs", if it does not already exist. Logs dir must exist
    122117:: for log4j to write output files into. MKDIR/mkdir is a synonym for MD/md
Note: See TracChangeset for help on using the changeset viewer.