Tips for using the dig command line program

Source: Internet
Author: User

Recently on the dig command lineProgram, Similar to netsh in windows. Summary of some tips.

 

If you want to create a command line program that does not return data, you have to use the dead cycle program to wait for the input using the dead loop program.

The general handling method is as follows:

While (1)

{

...

CCH = _ getch ();

_ Putch (CCH );

...

}

Accept one character at a time and handle it by yourself.

 

Every time there is a prompt, similar to Windows C:/>, just start at the beginning of the cycle.

 

Unregister processing:

When _ putch is used to extract the escape character to the screen, the optical mark will return a character, but it will not divide the original character. Therefore, this method is used:

_ Putch (vos_backspace_char );
_ Putch (vos_space_char );
_ Putch (vos_backspace_char );

 

I don't know which hacker came up with it... Haha

 

Just accept a complete command and just pull the carriage return.

 

After the command line is completed, the proxy will be sent. You can take an exam.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.