| 
註冊時間2005-3-5線上時間403 小時閱讀權限100積分276主題89精華0文章264
 
 該用戶從未簽到 文章264
 | 
Re: jfile和 jconv5使用的問題
| 
sorry, 我沒看說明書,謝謝您   To use the jconv5.exe in command-line driven mode:
 
 Command Line usage examples:
 
 For csv->JFile 5.0 use:
 jconv5.exe 1 <input_file> <output_file> <database_name> <optional_info_file>
 
 or for encrypted databases:
 
 jconv5.exe 5 <input_file> <output_file> <database_name> <password> <optional_info_file>
 
 Where:
 <input_file> is the path and DOS filename of the .csv to convert
 examples: c:\temp\test.csv   or    test.csv
 <output_file> is the path and DOS filename of the .pdb file to create
 examples: c:\temp\test.pdb   or    test.pdb
 <database_name> is the name of the database that will appear on the Pilot
 examples: TestDB    or TestDatabase
 <password> is the encryption password
 <optional_info_file> is optional parameter, if you have an seperate
 'information' file saved for the this database.
 examples: c:\temp\test.ifo   or   test.ifo
 | 
 |