Skip to content

Commit d439691

Browse files
committed
1.3.x cmd mode README.md updated
1 parent bfb2186 commit d439691

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,15 @@ To configure your export settings, follow these steps:
7979
```sh
8080
python export-msaccess-sql.py
8181
```
82-
2. **Select an MS Access database** (`.mdb` or `.accdb`) and choose (check) the tables for:
82+
2. **Select an MS Access database** (`.mdb` or `.accdb`) and **[SQL script]**, choose (check) the tables for:
8383
- **Table export** (Structure schema)
8484
- **Data export** (records)
85-
3. **Save your configuration** to a file for future use.
85+
3. **[Select a logging file]** If specified, logging is duplicated to the file.
86+
4. **Save your configuration** to a file for use in **command line** mode.
8687

8788
---
8889

89-
### **🔹 Automated Export (Command-Line Mode)**
90+
### **🔹 Automated Export (Command Line Mode)**
9091

9192
Once a configuration file is created, the export process can be executed without user interaction.
9293

@@ -97,6 +98,7 @@ Once a configuration file is created, the export process can be executed without
9798

9899
- The script will **automatically load the configuration** and **execute the export**.
99100
- The **execution log** is displayed in the console.
101+
- If a **logging file** specified, logging is duplicated to the file
100102

101103
---
102104

0 commit comments

Comments
 (0)