I am new in this Language. So I want to Write a Python App. Which will get input From User and Paste it in the CMD step by step. Cause I have Multiple Input.
What I need to Know:
- Suppose I give something command like "date" and cmd is asking me the new date. so I need to take the value before execute the command for user.
- Similar i Want to take 2-3 input from the user before execute the command than the command will be Execute and the asking things from cmd will be filled up by Python automatically.
- I also want to do it in background .Dont want that user is watching the programme is using cmd.
- Want to Show log in GUI. Like First input is pasting... second input is pasting... pasted!
Advance Thanks to All Mates