plik wsadowy do zainstalowania wielu programów
@echo off
start /wait "Path/software1.exe"
start /wait "Path/software2.exe"
start /wait "Path/software3.exe"
start /wait "Path/software4.exe"
Mysterious Magpie