https://github.com/zsr-lukezhang/delete_ds.cmd
A batch file to delete all the .DS_Store file in the spectified folder.
https://github.com/zsr-lukezhang/delete_ds.cmd
batch dsstore
Last synced: 3 months ago
JSON representation
A batch file to delete all the .DS_Store file in the spectified folder.
- Host: GitHub
- URL: https://github.com/zsr-lukezhang/delete_ds.cmd
- Owner: zsr-lukezhang
- License: gpl-3.0
- Created: 2024-12-02T03:53:38.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-12-03T10:01:52.000Z (7 months ago)
- Last Synced: 2025-02-08T21:46:33.607Z (4 months ago)
- Topics: batch, dsstore
- Language: Batchfile
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Delete_DS.cmd
> _By **`Luke Zhang`**_A batch file to delete all the `.DS_Store` file in the spectified folder.
## Usage
### Method 1 - Command Prompt
Use the following command:
```
Delete_DS.cmd "C:\Folder"
```### Method 2 - In-Script input
1. First, run the script from anywhere you like.
2. Type in the folder path, like:
```
"C:\Folder"
```
3. Press `Enter`.## What will it do?
Delete all the `.DS_Store` files in the spectified folder.
The examples above will delete all the `.DS_Store` files in the `C:\Folder` path, like:```
C:\Folder\.DS_Store
C:\Folder\Folder 1\.DS_Store
C:\Folder\Folder 1\Folder in folder 1\.DS_Store
C:\Folder\Folder_2\.DS_Store
C:\Folder\Folder_2\Folder 3\.DS_Store
```## Terms of use
> You must read and agree to the **LATEST VERSION** of terms of use before you use this program.See here:
[**Terms of use for `Delete_DS.cmd`**](https://github.com/zsr-lukezhang/Delete_DS.cmd/blob/main/TERMS_OF_USE.md)