Driver Installation on my AL14-32P, the system cannot find the path specified using Install.txt

Options
wanderingstar
wanderingstar Member Posts: 5 New User
edited 11:52AM in Aspire Laptops

Hi,

My objective is to install drivers on my notebook computer, AL14-32P, as provided by Acer.

The contents of Install.txt are as follows:

@echo off

cd /d "%~dp0"

pnputil /add-driver *.inf /subdirs /install

exit 0

The below error message appears after executing the above commands in a command prompt terminal with administrative rights:

The system cannot find the path specified.

Background

I download ISST_Intel_10.29.00.11192_W11x64_A.zip from https://www.acer.com/sg-en/support/product-support/Aspire_AL14-32P/downloads?suggest=Aspire_AL14;2) and save it to my USB flash drive.

I unzip it:

D:\ISST_Intel_10.29.00.11192_W11x64_A

where D:\ is the drive to which the USB stick is attached.

The contents of D:\ISST_Intel_10.29.00.11192_W11x64_A are as follows:

12/07/2025 10:42 am <DIR> .
12/07/2025 10:42 am <DIR> ..
12/07/2025 10:42 am 206 ACIP_Deploy.ini
12/07/2025 10:42 am 294 Detail.txt
12/07/2025 10:42 am <DIR> Drivers
12/07/2025 10:42 am 83 Install.txt
12/07/2025 10:42 am 1,841 Prepackage.xml
12/07/2025 10:42 am 108 Success.tag
5 File(s) 2,532 bytes
3 Dir(s) 316,837,17 1,200 bytes free

I copy Install.txt to Drivers folder.

I launch a command prompt terminal with admin rights and change to the Drivers directory.

Once I am inside the Drivers folder, I use File Explorer to open Install.txt and copy all the four lines.

I paste all the four lines into the command prompt terminal.

I ignore the warning that I have pasted many lines of commands at one go.

I see many lines of text appear in the command prompt terminal.

The last line that appears is:

The system cannot find the path specified.

[I understand that the lines of code in Install.txt are carried out using Microsoft PnP utility. As I'm unfamiliar with it, I post my questions here.]

Questions:

(1) What does the error message "The system cannot find the path specified" mean? What have I done wrong?

(2) Is said driver installed or not?

(3) Which of the four lines of Install.txt produces said error message? Can you guys help me to improve the four lines of commands by editing them?

Thank you guys for your help.