Browse Source

Dead link

(cherry picked from commit bdf92929a6b717833e5800a0d5427735ce398a65)

Source commit: 9ebff34c4d5e90ccaec1fa2f75f35598568f005b
Martin Prikryl 4 years ago
parent
commit
906d491fcb
1 changed files with 0 additions and 2 deletions
  1. 0 2
      source/windows/WinInterface.cpp

+ 0 - 2
source/windows/WinInterface.cpp

@@ -1063,8 +1063,6 @@ void __fastcall TWinInteractiveCustomCommand::Prompt(
 void __fastcall TWinInteractiveCustomCommand::Execute(
   const UnicodeString & Command, UnicodeString & Value)
 {
-  // inspired by
-  // http://forum.codecall.net/topic/72472-execute-a-console-program-and-capture-its-output/
   HANDLE StdOutOutput;
   HANDLE StdOutInput;
   HANDLE StdInOutput;