Use a batch file to complete registration information

Source: Internet
Author: User

when writing software, the dynamic link library under the Window System requires registration to be used. For example, under the Win XP system to run the ADO program, you need to register REGTLIBV12 msado60_backcompat_i386.tlb in the current directory .

Because the software is used for the first time, a fixed ancestral information operation is required. This is where the registration information can be placed in a batch file, and when the software is run for the first time, the batch file is run to enable the registration of the information.

Copy Msado15.dll and msado60_backcompat_i386 to the current directory

Then create a TXT file, change the suffix name to "first start software. bat" and write the following statement in the batch file.

regsvr32 msado15.dll
regsvr32 msado60_backcompat_i386.tlb

When the application is first run, click on the program, run the batch program, implement the ADO program registration.

Use a batch file to complete registration information

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.