当打开一个.h或.cpp文件时, Solution Explorer就自动展开文件所在的目录: 如果不想展开: Tools -> Options -> Projects And Solution -> General ->Track Active Item in Solution Explorer (去掉前面的对勾) 来自:http://blog.csdn.net/guowenyan001/arti
@echo off title "copy UI" net use \\172.16.104.93\心电图 "password" /user:"administrator" echo 111 xcopy /s /y "D:\DBBackup\*.*" "\\172.16.104.93\心电图\" echo 222 del D:\DBBackup\*.* /q pause 本地目录:D:\DBBackup\
set EXE='D:\gitlab\drivereasy3\DriverEasyWPF\bin\Release\DriverEasy.exe' powershell "(Get-Item -path %EXE%).VersionInfo.ProductVersion" > DE_Version_tmp.txt for /f "tokens=*" %%i in (DE_Version_tmp.txt) do ( setlocal disabledelayede