Hi, limeiying schrieb: > 3. Run this codeline (perl make_summary.pl *.res) in dos command line window, > the result is ' Invalid argument: *.res, stopped at make_summary.pl line 88.' > .... > > Please pay attention to step3 and step4, result in step4 is right, but one in > step3 is not. Maybe '*.res' can't work for get the res-file list, but I > don't know another way to solve this problem. > So, everyone, would you like giving me a hint? >
Hmm ... seems, as this is a windows problem. I always use cygwin on windows.With cygwin you have the power of most open soucecommand line tools also on windows. You can get cygwin from here: http://www.cygwin.com/ during install make sure, you enable Perl ;) When using cygwin, be aware that you cannot use drive letters. Cygwin maps windows drive letters to a virtual path structure. E.g. C: becomes /cygdrice/c . Hope, that helps ... André --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
