Guest User

Untitled

a guest
Mar 25th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. import clr
  2. #Adding reference to class library!
  3. print "Begin"
  4. clr.AddReferenceToFileAndPath(r"G:RMSDLL.dll")
  5. from clr import *
  6. name=raw_input('Type Exit')
  7. print "End"
Add Comment
Please, Sign In to add comment