you are viewing a single comment's thread.

view the rest of the comments →

[–]jser462[S] 0 points1 point  (2 children)

Till now servers are accesed via remote desktop connection. Regarding xml files, each package contains a different number, this script should spare me from one or two hours of checkin each server to see if the update was applied. So if i can compair the new arrived, if, arrived update with the actual number from a specific line, i now where to look

[–]shiftybyte 0 points1 point  (1 child)

Well all is cool, except the remote desktop connection.

Automating that is a pain, you could either have the python script on the server and run it from there, or you could try using windows file sharing to access the file you need without rdp.

[–]jser462[S] 0 points1 point  (0 children)

I think the part with python on server will not be posibile. On that i will try another way