Sometimes programming needs to call someone's console programs, and you can't let others see the console program interface you call. At this point you can use the following method:
Use UltraEdit to open the console program you want to call, find a value 03 between positions 0x130 ~ 0x13f, turn it into 02, save, and then call it.
Of course, you can also achieve the purpose of the Console program interface through the entry point of the connector setup, but this console program can only be written by himself.