4

I have a Transcend StoreJet external harddrive. It has a button on the outer shell which is used for synchronizing folders and files when it is pressed. There is a software that enables this function. But I want to customize this button so it triggers a .cmd or .bat file.

Is there any way to achieve this? Or would you assume that it is some proprietary implementation?

Josh
  • 43

1 Answers1

0

Based on my past experiences with HDD enclosures with buttons, I would assume it's proprietary as it probably requires a custom driver and their software would need to facilitate you launching things.

As you state you have no programming knowledge, then writing your own driver to interface with the hardware is probably out of the question. :)

A suggestion:

Use Process Monitor to determine what program file is being launched when you push the button, and then replace that file with your own executable.