@dee-u
yes.. you can't see the dummy bcoz im using sendkeys....
the dummy.exe is in the txtSerialNumber.Text
the dummy.exe(this a program) i rename it only to (dummy)
i want the dummy.exe it is from C:\dummy.exe
Now Program is Running...
ENTER DEC: 2222222
RESULT: TEST
Press any key to exit...
i want this to be captured into TextFile...
i don't wan't to use the command like this...
VB Code:
Shell("cmd.exe /c C:\dummy.exe -n > C:\data.txt"), vbNormalFocus
but this code is works perfectly... 
br,