Two methods of running DOS batch with space path software

Source: Internet
Author: User

Recently, when learning DOS batch processing encountered a problem, that is, when running a specific path program if the path with a blank space will be the problem, so go online to find a solution, summed up the two methods are as follows:

For example: Open the Nvidia Control Panel with the path C:\Program files\nvidia corporation\control panel Client\nvcplui.exe At this point if you use start C:\Program files\ directly NVIDIA Corporation\control Panel Client\nvcplui.exe will be prompted to say that the file could not be found, then how to solve it?

1. You can use path=%path% C:\Program files\nvidia corporation\control Panel Client

Start Nvcplui.exe

Or

2.start "" "C:\Program files\nvidia corporation\control Panel Client\nvcplui.exe"

or start "Nvcplui.exe" "C:\Program files\nvidia corporation\control Panel Client\nvcplui.exe"

Two methods of running DOS batch with space path software

Related Article

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.