Load convert question

Hello,

I’m trying to convert un mail file with the load convert utility, but I get an error every time:

load convert -g’French’ mail\cbelange.nsf * dwa8.ntf

The language option specified – ‘‘French’’ – is not valid or not supported

language. The correct format for the -g option is: -g’Language’.

Please supply a valid option value from the following list of language option

s:

I also tried :

load convert -g"French" mail\cbelange.nsf * dwa8.ntf

Here is the document I used to get information about the parameters of the load convert:

http://www.mmcc4color.com/help/help85_admin.nsf/b3266a3c17f9bb7085256b870069c0a9/70ada7aceec220e0852574d5000973f5!OpenDocument

The French language pack is installed and available if I do it from the Notes client

Thanks for yout help

Subject: Remove quotes

Try it with out the quotes around the language name. e.g. load convert -gFrench mail\cbelange.nsf * dwa8.ntf

Subject: Thanks, working perfectly