Herzlich Willkommen, lieber Gast!
  Sie befinden sich hier:

  Forum » C / C++ (WinAPI, Konsole) » ip-config???

Forum | Hilfe | Team | Links | Impressum | > Suche < | Mitglieder | Registrieren | Einloggen
  Quicklinks: MSDN-Online || STL || clib Reference Grundlagen || Literatur || E-Books || Zubehör || > F.A.Q. < || Downloads   

Autor Thread - Seiten: > 1 <
000
22.08.2005, 13:46 Uhr
~nureingast
Gast


hallo gibt es eine möglichkeit, mit einem c++ programm folgendes zu realisieren, wenn ja kann mir wer bitte einen code posten?

- ping machen
- ipconfig
- tracert

also ich sollte diese befehle als c++ prog. schreiben

hilft mir wer?

mfg tom
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
001
22.08.2005, 14:02 Uhr
Pablo
Supertux
(Operator)


Das ist mit ANSI C++ nicht möglich, da brauchst du systemanhängige Funktionen (außer du benutzt system(3), was ich davon abrate). Für welches OS?
--
A! Elbereth Gilthoniel!
silivren penna míriel
o menel aglar elenath,
Gilthoniel, A! Elbereth!
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
002
22.08.2005, 15:54 Uhr
~nureingast
Gast


für winxp
kannst du mi reinen code geben?

mfg tom
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
003
22.08.2005, 17:14 Uhr
Pablo
Supertux
(Operator)


ich nicht, weil ich mich mit windows nicht auskenne.

--> (WinAPI)
--
A! Elbereth Gilthoniel!
silivren penna míriel
o menel aglar elenath,
Gilthoniel, A! Elbereth!
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
004
22.08.2005, 17:33 Uhr
~nureingast
Gast


hallo

kann mir bitte wer helfen?
mfg
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
005
22.08.2005, 18:45 Uhr
FloSoft
Medialer Over-Flow
(Administrator)



C++:
ShellExecute(NULL, "open", "ping", "%ip%", NULL, SW_SHOW);
ShellExecute(NULL, "open", "ipconfig", NULL, NULL, SW_SHOW);
ShellExecute(NULL, "open", "tracert", NULL, NULL, SW_SHOW);


--
class God : public ChuckNorris { };
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
006
22.08.2005, 18:51 Uhr
~user
Gast


flo soft ist spitze..
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
007
23.08.2005, 00:07 Uhr
~rene1
Gast


@FloSoft
wie des heisst unter windoof auch Shell? interessant!!!!
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
Seiten: > 1 <     [ C / C++ (WinAPI, Konsole) ]  


ThWBoard 2.73 FloSoft-Edition
© by Paul Baecher & Felix Gonschorek (www.thwboard.de)

Anpassungen des Forums
© by Flo-Soft (www.flo-soft.de)

Sie sind Besucher: