Login | |
|
 |
RE: GUI for Robocopy - 8/14/2008 11:22:55 AM
|
|
 |
|
| |
TomRiddle
Posts: 191
Score: 4
Joined: 2/7/2008
Status: offline
|
Nice script, I will have a good play with this.
|
|
| |
|
|
|
 |
RE: GUI for Robocopy - 8/14/2008 2:54:15 PM
|
|
 |
|
| |
dm_4ever
Posts: 2670
Score: 46
Joined: 6/29/2006
From: Orange County, California
Status: offline
|
Very cool...I'll have to show this to a co-worker of mine. //UPDATE: a nice addition would be the ability to save the command built with a friendly name or even the settings used... and maybe the ability to schedule a copy.
< Message edited by dm_4ever -- 8/15/2008 2:01:54 AM >
_____________________________
dm_4ever My philosophy: K.I.S.S - Keep It Simple Stupid Read Me: http://www.visualbasicscript.com/m_24727/tm.htm Frequently Asked Stuff: http://www.visualbasicscript.com/m_47117/tm.htm
|
|
| |
|
|
|
 |
RE: GUI for Robocopy - 8/17/2008 10:38:48 PM
|
|
 |
|
| |
mbouchard
Posts: 1916
Score: 16
Joined: 5/15/2003
From: USA
Status: online
|
quote:
ORIGINAL: TomRiddle Nice script, I will have a good play with this. Thanks Tom. quote:
ORIGINAL: dm_4ever Very cool...I'll have to show this to a co-worker of mine. //UPDATE: a nice addition would be the ability to save the command built with a friendly name or even the settings used... and maybe the ability to schedule a copy. Hmm, good idea. Will have to think on the best way to do this. Will look at the scheduled copy too.
_____________________________
Mike For useful Scripting links see the Read Me First stickey! Always remember Search is your friend.
|
|
| |
|
|
|
 |
RE: GUI for Robocopy - 8/18/2008 6:48:39 AM
|
|
 |
|
| |
mbouchard
Posts: 1916
Score: 16
Joined: 5/15/2003
From: USA
Status: online
|
OK, here is a first attempt at the save command bit. This is rough code so not all checks are present. I.e. right now the log file is being written to the Logs Subfolder under the folder where the GUI is located. Right now, the cmd line used is taken from the saved commands. What I am trying to figure out is an easyish way to take the saved command and make whatever settings need to be made. Anyone have any ideas? | | |