Hey,
I like to code a little Command prompt Tool.
So I enter a command like dir C:UsersDomiDesktop and in the Edit Component
it should display the output. So it should read the cmd output and display it in the edit component.
Thats how far I am:
#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#include <Constants.au3>
$Form1 = GUICreate("Cmd", 399, 277, 192, 124)
$Edit = GUICtrlCreateE