-
Hello,
I was looking to add support for Remote Help and when looking [here](https://learn.microsoft.com/en-us/DeployOffice/mac/update-office-for-mac-using-msupdate#application-identifiers) I notice…
-
Hi there,
following [this discussion](https://community.notepad-plus-plus.org/topic/19133/open-notepad-via-command-line-with-a-certain-character-set) I'd like to propose a command line option that …
-
备份整个目录(包括空的子目录)下的不超过20兆的办公文档的命令行命令(windows),另存为cmd,最好避免中文、空格路径:
robocopy d:\源目录 e:\目标目录 *.txt *.doc *.docm *.docx *.wps *.rtf *.xls *.xlsx *.xlsm *.et *.ppt *pps *ppsm *ppsx *pptx *pptm *dps *pdf /…
xfdyd updated
2 years ago
-
relating:https://github.com/WayneD/rsync/issues/166
https://unix.stackexchange.com/questions/591384/copying-or-restoring-crtime-for-files-directories-on-ext4fs-filesystem#
In Windows,
We use http…
-
In the Master and Dev branch, you do not have an ExcludeDirs param
``` powershell
# Helper Functions
function Get-RobocopyArguments
{
[CmdletBinding()]
[OutputType([System.String[]])]
par…
-
Hi, I came across this project by accident, and found it very useful to sync from local to my web drive. But, since my English is not very well, I have to search for more information on Internet to un…
-
### Versions
ConEmu build: 210912 stable x64
OS version: Windows 10 Pro 21H2 19044.1387 x64
Used shell version:
* Far Manager 3.0.5888.0 x64
* git-bash version 2.31.1.windows.1
* powershell …
-
## Bug Report
There's possibly an issue with Scoop installation process extracting from `.exe` installer files. As reported in [here](https://github.com/ScoopInstaller/Extras/issues/13324) and la…
-
```
What steps will reproduce the problem?
1. Open Snake Tail
2. Navigate to \\computer\c$\path\to\file
3. Snake Tail hangs
What is the expected output? What do you see instead?
Complete app hang
W…
-
## 起因
近来学习使用node开发,使用npm自动构建项目依赖文件,其中node_modules目录嵌套太深。
要删除D:\10Study\test\node_modules目录及其所有文件,提示路径太长(太深),无法删除.
各种rd、del命令均尝试无效。
## 解决方法
- 新建空白目录,如D:\10Study\temp;
- 管理员方式打开命令行窗口;
- 输入robocopy D:\1…