785 bytes added,
13:44, 21 July 2013 == Install ==
Find newest version [http://www.editpadlite.com/ from their webpage].
In the [[Installation_windows_Python_x86-32_Visual_Studio_Express_for_Windows_Desktop|pyt32.bat]] file, add
<source lang="powershell">
set PATH=%PATH%;C:\Program Files\Just Great Software\EditPad Lite 7
</source>
== Test installation ==
Test installation, by clicking '''C:\WinPython27\WinPython-32bit-xxx\scripts\own\cmdpyt32.bat''', and write
<source lang="powershell">
EditPadLite7
</source>
If you have added '''pyt32.bat''' to your [[Installation_windows_Python_x86-32_Visual_Studio_Express_for_Windows_Desktop#Trick_to_add_.bat_files_to_PATH | PATH]], then in any folder, hold "Shift" and right click, "Open command window here". Write:
<source lang="powershell">
pyt32
EditPadLite7
</source>