We are moving from drive mappings batch file in startup to a Kix script. I would like to be able to verify it the drive mapping file exists and if so then delete it. The issue is each person who build these PC's used different names, but all should have the name drive somewhere in the file. What I would like to do is something like this. Please let me know if this would work, or if you have a better suggestion:

If Exist ("C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\*drive*.bat")
Del ("C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\*drive*.bat")
ENDIF

Thank you for any help you can provide me on this. I really don't want to have to go around and touch over 700 PC's