menu multiple colums batch

Solutions on MaxInterview for menu multiple colums batch by the best coders in the world

showing results for - "menu multiple colums batch"
Rehan
06 Mar 2020
1@echo off
2cd "C:\Program Files\HeidiSQL"
3start heidisql.exe
4
5cd "C:\Program Files (x86)\Google\Chrome\Application"
6start chrome.exe
7
8exit
9