Ignore:
Timestamp:
2008-12-16T15:40:21+13:00 (15 years ago)
Author:
cc108
Message:

change argument number

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/trunk/greenstone3-extension/mat/bin/script/mat-colbuild-download.bat

    r18208 r18211  
    1919cd bin/script/
    2020
    21 perl -S mkcol.pl -gs3mode -collectdir %7 -creator %9 %1
     21perl -S mkcol.pl -gs3mode -collectdir %7 %1
    2222
    2323:: need to ensure that OAIPLUG is included
    24 :: hack the model collection to include it
     24:: hack the model collection to inclde it
    2525echo %1 %2 %3 %4 %5 %6 %7 %8 >> %8
    2626
     
    3434echo "Away to download OAI" >> %8
    3535
    36 perl downloadfrom.pl -download_mode OAI -cache_dir %3 -url %2 -max_records %4 -metadata_prefix %5 %10
     36echo %9
    3737
    38 exit
     38SET _MyVariable=%9
     39
     40SET _MyVariable=###%_MyVariable%###
     41SET _MyVariable=%_MyVariable:"###=%
     42SET _MyVariable=%_MyVariable:###"=%
     43SET _MyVariable=%_MyVariable:###=%
     44 
     45perl downloadfrom.pl -download_mode OAI -cache_dir %3 -url %2 -max_records %4 -metadata_prefix %5 %_MyVariable%
Note: See TracChangeset for help on using the changeset viewer.