Packet-Kollector
Well-Known Member
- Joined
- Jun 3, 2011
- Messages
- 415
- Reaction score
- 163
Hi guys, I need a gods help 
This command is kinda what i want Delphi 7 to do for me.. i want it to get an ip from that Edit box and make cmd run and do a ping for that address.... Any ideas? I get an error about incompatible string types.. i just need to add that info at the end from the box
Note it doesn't have to be with ShellExecute
ShellExecute(Handle, nil, 'cmd.exe', '/K Ping' + Edit1.Text, nil, SW_SHOWNORMAL);
This command is kinda what i want Delphi 7 to do for me.. i want it to get an ip from that Edit box and make cmd run and do a ping for that address.... Any ideas? I get an error about incompatible string types.. i just need to add that info at the end from the box
Note it doesn't have to be with ShellExecute