Die Suche ergab 43 Treffer
- 07.03.2006 17:00
- Forum: Allgemein
- Thema: und nochmal: Musik grafisch darstellen
- Antworten: 29
- Zugriffe: 5593
- 07.03.2006 16:48
- Forum: Allgemein
- Thema: und nochmal: Musik grafisch darstellen
- Antworten: 29
- Zugriffe: 5593
- 06.03.2006 20:43
- Forum: PureBasic 4.x Beta
- Thema: kleines problem
- Antworten: 13
- Zugriffe: 3651
- 06.03.2006 20:23
- Forum: PureBasic 4.x Beta
- Thema: kleines problem
- Antworten: 13
- Zugriffe: 3651
- 06.03.2006 18:20
- Forum: PureBasic 4.x Beta
- Thema: kleines problem
- Antworten: 13
- Zugriffe: 3651
- 06.03.2006 17:56
- Forum: PureBasic 4.x Beta
- Thema: kleines problem
- Antworten: 13
- Zugriffe: 3651
- 06.03.2006 17:31
- Forum: PureBasic 4.x Beta
- Thema: kleines problem
- Antworten: 13
- Zugriffe: 3651
- 06.03.2006 17:09
- Forum: PureBasic 4.x Beta
- Thema: kleines problem
- Antworten: 13
- Zugriffe: 3651
- 05.03.2006 21:32
- Forum: PureBasic 4.x Beta
- Thema: kleines problem
- Antworten: 13
- Zugriffe: 3651
kleines problem
console = RunProgram("cmd","","",#PB_Program_Open|#PB_Program_Read|#PB_Program_Write)
Repeat
While AvailableProgramOutput(console)
Debug ReadProgramString(console)
Wend
Debug "running"
Delay(500)
ForEver
wieso wird das programm nach kurzer ausgabe angehalten bis die cmd.exe von hand ...
- 24.02.2006 20:28
- Forum: PureBasic 4.x Beta
- Thema: Programm input/output
- Antworten: 7
- Zugriffe: 2248