Advertisement
Guest User

LN backup

a guest
Jul 1st, 2013
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. mkdir "%userprofile%\Desktop\Data\"
  2. xcopy "%programfiles%\IBM\Lotus\Notes\Data\*.nsf" "%userprofile%\Desktop\Data\" /Y
  3. xcopy "%programfiles%\IBM\Lotus\Notes\Data\*.ID" "%userprofile%\Desktop\Data\" /Y
  4. xcopy "%programfiles%\IBM\Lotus\Notes\Data\cluster.ncf" "%userprofile%\Desktop\Data\" /Y
  5. xcopy "%programfiles%\IBM\Lotus\Notes\Data\user.dic" "%userprofile%\Desktop\Data\" /Y
  6. xcopy "%programfiles%\IBM\Lotus\Notes\Data\desktop*.ndk" "%userprofile%\Desktop\Data\" /Y
  7. xcopy "%programfiles%\IBM\Lotus\Notes\notes.ini" "%userprofile%\Desktop\Data\" /Y
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement