- 6,423
- 1,004
I want to start a program with the event sheduler in windows 7 when samba establishes a connection for a network drive. I am not a windows guy. How do I do this?
The discussion revolves around how to trigger a program using the Windows 7 event scheduler when a Samba connection is established for a network drive. Participants explore various approaches to monitor file creation in a shared Samba folder and consider alternatives for detecting file changes.
Participants express differing views on the best method to achieve the desired outcome, with no consensus reached on a definitive solution. The discussion remains open to various approaches and considerations.
Participants acknowledge limitations in their understanding of Windows internals and the complexity of interacting with the event scheduler and Samba connections. There are unresolved assumptions regarding the feasibility of different approaches.
Samba is a Linux thing - it is a pun on the Server Message Block protocol used by earlier versions of Windows. I suggest you read up on https://en.wikipedia.org/wiki/Server_Message_Block and then get hold of some Windows API documentation. I suspect what you want to do is not easy (Microsoft do not want anybody to mess around with their code internals).DrDu said:I want to start a program with the event sheduler in windows 7 when samba establishes a connection for a network drive. I am not a windows guy. How do I do this?