Messages - sprint907 [ switch to compact view ]

Pages: [1] 2 3next
1
Is there a command line version of this program?

2
hi 4wd,
This is what I wanted.
Thanks a lot.  Much appreciated.

3
This is my requirement...
I am running many instances of xxcopy.exe in multiple command line windows.
I need to shutdown the PC after all the xxcopy.exe process completes.
I need a program which waits till all xxcopy.exe instances are completed

example :- i could write a batch file which has below contents
----------------------------
myprog.exe xxcopy.exe
shutdown -s
----------------------------
The program should wait and then execute the shutdown.


or if i have xxcopy.exe, java.exe, oracle.exe processing running, and I need to send an email after all three have completed...
----------------------------
myprog.exe xxcopy.exe java.exe oracle.exe
sendmail -to [email protected] -subject "complete"
----------------------------

Is such a program possible?

4
Finished Programs / Re: DONE: Run At Specified Time
« on: November 26, 2012, 12:08 AM »
Attaching the binary and source code in a zip file.

Thanks Ath and rjbull for their help.

5
Finished Programs / Re: DONE: Run At Specified Time
« on: November 21, 2012, 04:35 AM »
Yes Ath, and thank you for that.
I was trying to replicate the functions of your utility... but it was too much work :(
so, I settled with a "one function only" utility :)

Pages: [1] 2 3next
Go to full version