- 註冊時間
- 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 |
|