>> Try adding the full path to powershell.exe .
I gave that a shot, and entered the following into the 'Upon completion' 'run a command' input field:
C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe echo `a
I then saved my .gui file, made an edit to a file in the source directory ...
Search found 4 matches
- 26 May 2020, 15:29
- Forum: Help
- Topic: Batch Job: how to play a sound, and auto-close the confirmation window at end of sync?
- Replies: 7
- Views: 1779
- 19 May 2020, 14:50
- Forum: Help
- Topic: Batch Job: how to play a sound, and auto-close the confirmation window at end of sync?
- Replies: 7
- Views: 1779
Re: Batch Job: how to play a sound, and auto-close the confirmation window at end of sync?
Hi, thanks for your help, and so sorry for the delay. I gave your suggestion a try, but can't seem to get any sound to play upon completion. Here's what I did.
* As a test, open Windows PowerShell and execute the command you gave: powershell -c echo `a This did indeed play a system sound.
* In my ...
* As a test, open Windows PowerShell and execute the command you gave: powershell -c echo `a This did indeed play a system sound.
* In my ...
- 06 May 2020, 11:16
- Forum: Help
- Topic: Batch Job: how to play a sound, and auto-close the confirmation window at end of sync?
- Replies: 7
- Views: 1779
Re: Batch Job: how to play a sound, and auto-close the confirmation window at end of sync?
OK thanks for that. The 'on completion' box is here (screenshot: https://i.imgur.com/dBxsuFR.jpg ). But what kind of command do I need to enter into that box?
Let's say that I open a command prompt in Windows, and successfully run a command to play a short sound. Would I then enter that same ...
Let's say that I open a command prompt in Windows, and successfully run a command to play a short sound. Would I then enter that same ...
- 30 Apr 2020, 17:02
- Forum: Help
- Topic: Batch Job: how to play a sound, and auto-close the confirmation window at end of sync?
- Replies: 7
- Views: 1779
Batch Job: how to play a sound, and auto-close the confirmation window at end of sync?
Hello. I have real time sync to automatically carry out a sync whenever a file is changed. When the sync is complete, I would like a small sound to be played, and the confirmation window at end to be auto-closed. How can I do that?
In the 'Save as batch job' dialog box, there are two checkboxes ...
In the 'Save as batch job' dialog box, there are two checkboxes ...