Hi Vinsenso, "-r stat-initial" etc are arguments for the java program in the command line. -r is a switch and stat-initial is an option for the switch. Different programs can have different switches/options and refer to different purposes.
The ultimate reliable source of information is in the java source code. If you have the source files, open CreatestatReport.java (under directory org/dspace/app/statistics) by a text editor then you could see comments about its usage and legal arguments. However, general users (I mean admin of dspace system) need not understand all arguments to all programs. Some of the programs and their arguments are documented in the dspace manual. e.g. the arguments of running the import and export commands They are useful to general users. Study them carefully. If the dspace manual does not mention some of the commands/arguments, you could safely skip them. Best, Allen Lam. HKU Hub Administrator, http://hub.hku.hk Vinsenso wrote: > thx allen...it's work...^^ > > can you tell me more about "-r", "-f", "-h", etc command...?? what are > they...?? ^^ > i don't know what the meaning of that command... > > maybe you can give me a link that explain about that command... > once more..thx allen...^^ > > > Allen Lam-2 wrote: > >> Hi Vinsenso, >> >> stat-initial is written for Linux/Unix uses. >> >> To use it in windows... >> - open a command prompt >> - in the command prompt, change directory to your dspace\bin >> - type "dsrun org.dspace.app.statistics.CreateStatReport -r >> stat-initial" in command prompt (without quot), ENTER >> >> The above command is copied from the file stat-initial (open it by >> notepad or any text editor). >> >> Follow the same rule to execute other dsrun commands. >> >> Best, >> Allen Lam. >> HKU Hub Administrator, http://hub.hku.hk >> >> >> > > ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

