Advertisement
Guest User

upload()

a guest
Dec 17th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. #upload()
  2. ###Inputs:
  3.  
  4. upload("name_of_program" ,"actions", "version")
  5. - name_of_program: Name or snippet of the name. To choose the higher available use “*”
  6. - actions: There are two actions availabe: “install” and “hide”. By default it is assigned as “install & hide”.
  7. - version: Version of the program like “1.5”
  8. ###Example:
  9.  
  10. upload("*.crc", "", "1.5") //It set an upload of the higher cracker available that is 1.5 version. It'll not be installed neither hidden.
  11. This function is used to define a software to be uploaded. Each calling to this function appends a software at the upload queue.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement