Jump to content

rsync


Recommended Posts

hello guys i wanne use autoit to use and control rsync.exe

rsync is a tool u need to use in CMD

i need to start cmd and then i dofor example:rsync -rt --progress --delete 10.10.1.162::staging.mintz.com f:/fInetPub/hosts/live.mintz.mindseye.com/wwwroot/images/

is it posseble to get the output of rsync.exe not show up in he CMD Windows get get it back in the autoit console?

Link to comment
Share on other sites

hello guys i wanne use autoit to use and control rsync.exe

rsync is a tool u need to use in CMD

i need to start cmd and then i dofor example:rsync -rt --progress --delete 10.10.1.162::staging.mintz.com f:/fInetPub/hosts/live.mintz.mindseye.com/wwwroot/images/

is it posseble to get the output of rsync.exe not show up in he CMD Windows get get it back in the autoit console?

Look at the examples in the help file for StdOutRead() and StdErrRead().

:)

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Link to comment
Share on other sites

Look at the examples in the help file for StdOutRead() and StdErrRead().

:)

psaltyds i have looked at StdOutRead() and StdErrRead().

but the problem is with stderrread() i get nothing and with stdoutread i get only the half of the text i miss alot of things see:http://www.autoitscript.com/forum/index.php?showtopic=103975&st=0&gopid=736509&

i have show some sample's there of what i see in cmd and what i miss in autoit

Thx.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...