You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
550 B
13 lines
550 B
Command line: df2c -f/-b -(n)ameofDocfile -(s)rcTree -(d)estTree -T -W
|
|
-f forward conversion (docfile --> tree)
|
|
-b backward conversion (tree --> docfile)
|
|
-n name for root docfile
|
|
-s name of the source directory tree
|
|
-d name of the destination directory tree
|
|
-t specifies STGM_TRANSACTED mode
|
|
-w specifies STGM_DENY_WRITE mode for root docfile
|
|
(-f and -b cannot be both specified in one command.)
|
|
|
|
Examples: df2t -f -nc:\ole\docfile -dc:\ole\testdir
|
|
or df2t -b -sc:\storage -nc:\ole\testdir\docfile
|
|
|