批处理删除共享文件夹

Posted mrstephen

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了批处理删除共享文件夹相关的知识,希望对你有一定的参考价值。

rem 设置时间格式:20180802
set a=20180802
  
set ndate=%date:~,10%
set ndate=%ndate:/=%
set ndate=%ndate:-=%
set a=%a:-=%
if %ndate% gtr %a% (
set /a v=%ndate%-%a%
) else (
set /a v=%a%-%ndate%
)
if %v% equ 0 (net share g:share /del /y)
rem 设置共享目录:g:share

 

以上是关于批处理删除共享文件夹的主要内容,如果未能解决你的问题,请参考以下文章

C 中的共享内存代码片段

SnippetsLab for Mac 1.9 中文共享版 – 强大的代码收藏管理工具

Windows WSFC文件共享仲裁故障处理

共享处理程序和支持 bean

FragmentNavigator 共享过渡不起作用

python常用代码片段总结