@ECHO OFF
@TITLE Backing up source safe databases
SET VSS_Install_Path="C:\Program Files\Microsoft Visual SourceSafe\"
SET VSS_DB="d:\vss_cnpcDoc"
SET Bak_File="e:\vssdata_bak\%DATE%_Backup.ssa"
SET VSS_Admin_Name="admin"
SET VSS_Admin_Password="sanle11@sina.xom"
FOR /F "tokens=1-3 delims=- " %%i IN ('date /t') DO SET DATE=%%i-%%j-%%k
%VSS_Install_Path%"ssarc" -d- -y%VSS_Admin_Name%,%VSS_Admin_Password% -s%VSS_DB%  %Bak_File% $/
@ECHO Finished backups

相关文章:

  • 2021-06-26
  • 2021-08-22
  • 2022-12-23
  • 2021-11-27
  • 2021-06-16
猜你喜欢
  • 2022-02-14
  • 2022-12-23
  • 2022-12-23
  • 2021-06-23
  • 2022-12-23
  • 2021-10-06
  • 2021-09-11
相关资源
相似解决方案