[Beginner] Hanging in the code until I press return, can't figure it out

Chris Angelico rosuav at gmail.com
Sat Apr 2 18:04:53 EDT 2016


On Sun, Apr 3, 2016 at 7:55 AM, Loop.IO <squatsquadonline at gmail.com> wrote:
> So I built a keylogger using python as a test, got the code from the tutorial online, I want to improve on it to make it more automated, but the issue I'm having is it won't create the file until I press return, any clues where I'm going wrong?
>
> If I press return it makes the batch file, otherwise it just hangs.
>
> CODE:
>
>     name=raw_input ('C:\\Documents\\PythonCoding\\')+'launch2.bat'
>

What's this line supposed to be doing?

ChrisA



More information about the Python-list mailing list