I want to make a gui/console to run cmd commands........
and to have a list of ready commands to open instantly in the same window...
for example a button for ipconfig and a button for netsh etc..
but to open in the same console/window..
I hope you understand what i mean I am sorry for my bad english..
thanks in advance
i tried with bat files but opens commands in different windows
@echo off title Command Prompt - ipconfig ver echo © Copyright Microsoft Corp. echo. :cmd cmd /k ipconfig %cmd% echo. goto cmd





