Difference between revisions of "EditPad Lite"

From relax wiki
Jump to navigation Jump to search
(Created page with "== Install == Find newest version [http://www.editpadlite.com/ from their webpage]. In the Installation_windows_Python_x86-32_Visual_Studio_Express_for_Windows_Desktop|pyt3...")
 
(→‎See also: Category fix.)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__TOC__
 +
 
== Install ==
 
== Install ==
 
Find newest version [http://www.editpadlite.com/ from their webpage].
 
Find newest version [http://www.editpadlite.com/ from their webpage].
Line 18: Line 20:
 
EditPadLite7
 
EditPadLite7
 
</source>
 
</source>
 +
 +
== See also ==
 +
 +
[[Category: Software]]

Latest revision as of 16:56, 6 November 2015

Install

Find newest version from their webpage.

In the pyt32.bat file, add

set PATH=%PATH%;C:\Program Files\Just Great Software\EditPad Lite 7

Test installation

Test installation, by clicking C:\WinPython27\WinPython-32bit-xxx\scripts\own\cmdpyt32.bat, and write

EditPadLite7

If you have added pyt32.bat to your PATH, then in any folder, hold "Shift" and right click, "Open command window here". Write:

pyt32
EditPadLite7

See also