LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to locate .exe file in pc harddisk programatically using labview same as search option in Windows.

Hi,

 

I want locate a file which is a third party exe file.

For this purpose i should know programatically how many drives are present on the PC Hard Disk.

I made a VI to fetch the information about how many drives or partitions are present on the harddisk.

I am able to find that information and are able to locate each & every folder available on each drive.

But i am not able to that function in LabvIEW which can solve my problem and search for that .exe file for its existance on the PC disk.

THe idea is same as the search files and folders option in windows.  

 

Can anybody help me in this problem.

 

Samriddh Sarbalhi 

0 Kudos
Message 1 of 2
(3,274 Views)

Use the "recursive file list.vi" under the "file io->Advanced file options" pallete.

 

wire "*.exe" to locate all the vailable exe to the "pattern" control of this vi

 

 

 

 

Guru

Regards
Guru (CLA)
0 Kudos
Message 2 of 2
(3,256 Views)