Driver Question, And Re Entering A path Name

Robert11

New member
Power User
Local time
6:36 PM
Messages
542
Hello,

Two questions, please:

a. In a Program's Folder I see several Drivers.
These exact same ones also show in the System32 Folder.

Which are being used by the program; both ? Why in two places ?

b. When entering a Path to a Folder that a program is asking for to be entered, there are
apparently blank spaces between names.

e.g. \Program Files\

Do I just leave the blank space, or do I use the UnderLine (_), or... ?

Thanks,
Bob
 

My Computer My Computer

OS
Windows 7 64bit
There's a distinction between "installation files" and "installed files"

Installation Files
The program in question is keeping a copy of the driver "installation files" under its Program Files folder.

Installed Files
When you install the device driver, the installed driver files are copied to the target Windows directories where they're needed at run-time.


As to to your path question, there you don't have to worry about those blank spaces if typing in Windows Explorer.

But if you're entering the path into a command prompt window or shell script , you need to enclose the full path by opening and closing quote symbols.

Example:
C:\Program Files\Epson Software\file.txt in a command prompt window would be entered as
"C:\Program Files\Epson Software\file.txt"
 

My Computer My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Dell Optiplex 360 and Optiplex 755
OS
Desk 1: Win 7 Pro x32; Desk 2: Windows 10 x64
Hard Drives
500GB Crucial SSD in both Desktops
Other Info
Buffalo 6TB NAS, Raid 1
From OP: Thanks

Hello,

Thanks for information an help.
Really very good explanations; appreciate it.

Regards,
Bob
 

My Computer My Computer

OS
Windows 7 64bit
Back
Top