Incorrect filename, directory name, or volume label syntax in batch process
P粉396248578
P粉396248578 2023-08-27 15:10:59
0
2
331
<p>When I run the following command in batch... </p> <pre class="brush:php;toolbar:false;">set PATH='C:UsersDEBDownloads10.1.1.0.4' cd !PATH!</pre> <p>I get the error "The file name, directory name, or volume label syntax is incorrect"</p> <p><strong>Update</strong>: Some solutions worked for me. </p> <ul> <li>Do not use <code>PATH</code> as a variable name</li> <li>Set it to <code>"myPATH=C:UsersDEB DASDownloads10.1.1.0.4"</code></li> </ul><p><br /></p>
P粉396248578
P粉396248578

reply all(2)
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!