Photo Gallery Member List Search Calendars FAQ Ticket List Log Out


GUI for Robocopy

 
Logged in as: Guest
arrSession:exec spGetSession 2,16,63426
 Active Users: There are 0 members and 0 guests.
 Users viewing this topic: none
 

 

 
  
  Printable Version
All Forums >> [Scripting] >> Post a VBScript >> GUI for Robocopy
  Do you like VisualBasicScript.com? Link to us and help spread the word about our forum. Thanks!
Page: [1]
Login
Message << Older Topic   Newer Topic >>
 GUI for Robocopy - 8/13/2008 6:20:03 AM   
  mbouchard


Posts: 1916
Score: 16
Joined: 5/15/2003
From: USA
Status: online
I have a couple things I want to do with it but they are not pressing.  Right now, it expects the the Robocopy exe to be present in the path of the system (it is there on Vista).  Eventually I may add a text field to manually put this someplace.


      

_____________________________

Mike

For useful Scripting links see the Read Me First stickey!

Always remember Search is your friend.
 
 
Post #: 1
 
 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.

(in reply to mbouchard)
 
 
Post #: 2
 
 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

(in reply to mbouchard)
 
 
Revisions: 2 | Post #: 3
 
 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.

(in reply to TomRiddle)
 
 
Post #: 4
 
 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?