An open API service indexing awesome lists of open source software.

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.

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)