Only works in Python 2 at the moment, but will be ported over to Python 3.5 soon. I hope you like my sample! Epic Chas Gamer 😎
Tag Archives: softwaresamples
SoftwareSamples #2 – Run an application with C#
Here is what you should do if you want to open a file in Notepad: Replace C:\path\filename.txt with the path and name of the file. Also, you would usually do backward-slash in Windows instead of forward slash. However, if you use backward-slash the application will run up a bunch of errors. You can change theContinue reading “SoftwareSamples #2 – Run an application with C#”
User Input in Windows Console Application – C#
Hi guys, here is how to use input in a Windows Console Application. In this sample, the user has to type YES, yes, Y or y to get access to the software, and if they type NO, no, N or n they will not get access to the software. There is no “software” that willContinue reading “User Input in Windows Console Application – C#”