6 lines
180 B
Batchfile
Executable File
6 lines
180 B
Batchfile
Executable File
:: Ensure C:\Chocolatey\bin is on the path
|
|
set /p PATH=<C:\Windows\Temp\PATH
|
|
|
|
:: Install all the things; for example:
|
|
cmd /c choco install 7zip
|
|
cmd /c choco install notepadplusplus |