Search found 6 matches
- Wed May 04, 2016 4:46 pm
- Forum: General Discussion
- Topic: Open cd drive as trigger
- Replies: 3
- Views: 17259
Open cd drive as trigger
I want to start program after inserting cd or dvd in drive. Did try file monitor as trigger or variables like {VolumeLabel(j:)} to start total commander with /S /O /L /T J:/. The same with E: for the first cd drive. Total commander open disc in new tab after inserting. But when i put out disc from d...
- Thu Sep 25, 2014 7:57 am
- Forum: General Discussion
- Topic: Startting/stopping programs
- Replies: 6
- Views: 23026
Re: Startting/stopping programs
Thanks, but how can i manually unload those apps which launch with skype? I just want they will start once when skype starts, not every ... seconds, with ability of manual closing.
- Fri Sep 19, 2014 3:26 pm
- Forum: General Discussion
- Topic: Startting/stopping programs
- Replies: 6
- Views: 23026
Re: Startting/stopping programs
I have that command, that start app when skype launch {IsProcessExists(Skype.exe)} = true then Do Something end if And i use monitoring of windows to close that app, but when skype close and that other app close too, it's start again one time. I guess it's cause skype process don't close instantly a...
- Tue Aug 26, 2014 6:32 pm
- Forum: General Discussion
- Topic: Startting/stopping programs
- Replies: 6
- Views: 23026
Re: Startting/stopping programs
i have found how to close windows
- Tue Aug 26, 2014 5:35 pm
- Forum: General Discussion
- Topic: Startting/stopping programs
- Replies: 6
- Views: 23026
Re: Startting/stopping programs
But terminate process if forced only? Can i close program just as i click "quit" on it? Likw "winclose" command in ahk?
- Tue Aug 26, 2014 6:29 am
- Forum: General Discussion
- Topic: Startting/stopping programs
- Replies: 6
- Views: 23026
Startting/stopping programs
I need simple thing - to start some programs when i start some soft and close when close it. I can't see in triggering even "wait for process start" and "wait for process finish" which exist in action tab of robotask. I tried to use start/stop exe with help of windows watcher, bu...