You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
defputty_sessions(): # Function to load the putty sessions I need
33
+
forserverinopen(conffilename): # Open the file server_list.txt, loop through reading each line - 1.1 -Changed - 1.3 Changed name to use variable conffilename
34
+
subprocess.Popen(('putty -load '+server)) # Open the PuTTY sessions - 1.1
35
+
36
+
defrdp_sessions():
37
+
print"Loading RDP Sessions:"
38
+
subprocess.Popen("mstsc eclr.rdp") # Open up a terminal session connection and load the euroclear session
39
+
40
+
defeuroclear_docs():
41
+
# The command below opens IE and loads the Euroclear password document
0 commit comments