Keep cmd.exe open

Viewed 5073

I have a python script which I have made dropable using a registry-key, but it does not seem to work. The cmd.exe window just flashes by, can I somehow make the window stay up, or save the output?

EDIT: the problem was that it gave the whole path not only the filename.

5 Answers
Related