Leaked source code of windows server 2003
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

  1. Command line: df2c -f/-b -(n)ameofDocfile -(s)rcTree -(d)estTree -T -W
  2. -f forward conversion (docfile --> tree)
  3. -b backward conversion (tree --> docfile)
  4. -n name for root docfile
  5. -s name of the source directory tree
  6. -d name of the destination directory tree
  7. -t specifies STGM_TRANSACTED mode
  8. -w specifies STGM_DENY_WRITE mode for root docfile
  9. (-f and -b cannot be both specified in one command.)
  10. Examples: df2t -f -nc:\ole\docfile -dc:\ole\testdir
  11. or df2t -b -sc:\storage -nc:\ole\testdir\docfile