Skip to content

Commit a58b43a

Browse files
authored
Merge pull request #251 from andrMollo/change-output-parameter
Change output parameter
2 parents 0f09346 + 9f5316c commit a58b43a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

edrawings-api/output/export/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Please see below example of parameters
3737
* Export all SOLIDWORKS files (matching the filter *.sld*, i.e. extension starts with .sld) from the *SW Drawings* and *SW Models* folders in drive C (including sub folders) to the *C:\EDRW* folder in eDrawings format (.eprt for parts, .easm for assemblies, .edrw for drawing) and html format.
3838

3939
~~~
40-
> export.exe -input "C:\SW Drawings" "C:\SW Models" -output C:\EDRW -filter *.sld* -format .e .html
40+
> export.exe -input "C:\SW Drawings" "C:\SW Models" -outdir C:\EDRW -filter *.sld* -format .e .html
4141
~~~
4242

4343
* Export *C:\Models\Part.sldprt* into *C:\Models\Part.eprt*

0 commit comments

Comments
 (0)