Skip to content

Commit 0375e80

Browse files
authored
Update README.md
1 parent 194160c commit 0375e80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ A Cmd scripts which makes life easier.
2828
* [Copy](#copycmd) - Copy folder content
2929
* [AddRoutesTemplate](#addroutestemplatecmd) - template for RouteConfig scripts
3030

31-
The easiest way to get all the scripts is press Win+R keyboard hotkeys and insert into the window entire script provided below:
31+
##The easiest way to get all scripts: Press Win+R keyboard hotkeys and insert into the window entire script provided below:
3232

3333
```powershell.exe -executionpolicy bypass "$dst=Read-Host 'Enter install folder:';$repo='https://github.com/stadub/CmdScripts/archive/master.zip';$f=[System.IO.Path]::GetTempFileName()+'.zip';New-Object System.Net.WebClient|%{$_.DownloadFile($repo,$f);};$sh=New-Object -ComObject Shell.Application;$ar=$sh.NameSpace($f).Items();$af=$ar.Item(0).GetFolder.Items();mkdir $dst;$d=$sh.NameSpace($dst);$d.CopyHere($af, 272);& $dst\InstallBin.cmd;Write-Warning 'Add scripts to autorun?' -warningaction Inquire;& $dst\CmdAutoRun.cmd;pause"```
3434

0 commit comments

Comments
 (0)