Ignore:
Timestamp:
2011-06-17T17:51:52+12:00 (13 years ago)
Author:
ak19
Message:

Wait message added to gsConvert.pl, since docx to html can take long (as long as Word takes to convert the file). Added useful links to SaveAs formats to docx2html file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/bin/script/gsConvert.pl

    r24166 r24169  
    797797            $vbScript = &util::filename_cat($vbScript, "docx2html.vbs");
    798798            $vbScript = "CScript //Nologo \"$vbScript\"";   # launche with CScript for error output in STDERR
    799                                                             # //Nologo flag avoids Microsoft's opening/logo msgs
     799                                    # //Nologo flag avoids Microsoft's opening/logo msgs
     800            print STDERR "About to use windows scripting to process docx file $input_filename.\n";
     801            print STDERR "   This may take some time. Please wait...\n";
    800802        }
    801803        else {  # old doc versions. use the usual VB executable word2html for the
Note: See TracChangeset for help on using the changeset viewer.