mirror of
https://github.com/Ground-Zerro/DomainMapper.git
synced 2025-12-10 01:47:18 +07:00
Update README.md
This commit is contained in:
@@ -9,13 +9,12 @@
|
|||||||
- Открыть командную строку Windows и выполнить команду:
|
- Открыть командную строку Windows и выполнить команду:
|
||||||
```
|
```
|
||||||
powershell -Command "irm https://raw.githubusercontent.com/Ground-Zerro/DomainMapper/refs/heads/main/utilities/win/convert.bat -OutFile $env:TEMP\convert.bat" && cmd /c "%TEMP%\convert.bat"
|
powershell -Command "irm https://raw.githubusercontent.com/Ground-Zerro/DomainMapper/refs/heads/main/utilities/win/convert.bat -OutFile $env:TEMP\convert.bat" && cmd /c "%TEMP%\convert.bat"
|
||||||
|
```
|
||||||
или
|
или
|
||||||
|
|
||||||
- Запустить PowerShell и выполнить команду:
|
- Запустить PowerShell и выполнить команду:
|
||||||
```
|
```
|
||||||
irm https://raw.githubusercontent.com/Ground-Zerro/DomainMapper/refs/heads/main/utilities/win/convert.bat -OutFile "$env:TEMP\convert.bat"; cmd /c "$env:TEMP\convert.bat"
|
irm https://raw.githubusercontent.com/Ground-Zerro/DomainMapper/refs/heads/main/utilities/win/convert.bat -OutFile "$env:TEMP\convert.bat"; cmd /c "$env:TEMP\convert.bat"
|
||||||
```
|
```
|
||||||
|
|
||||||
**Можете:**
|
**Можете:**
|
||||||
- Скачать Win.bat и запустить его.
|
- Скачать convert.bat и запустить его.
|
||||||
|
|||||||
Reference in New Issue
Block a user