Ticket #266 (closed enhancement: fixed)
Padre Requires A CMD Window (WinXP)
| Reported by: | Kesshi | Owned by: | azawawi |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | editor | Version: | 0.29 |
| Keywords: | Cc: |
Description
In it's current form, Padre requires a CMD window to be open. If you close that CMD window it will close Padre, too. By changing a line in the padre.bat file to this:
:WinNT
start wperl -x -S %0 %*
I was able to make Windows not require a CMD window to be open.
*note* If you just run "wperl ..." and omit the "start" command, a CMD window still opens but you can manually close the CMD window without closing Padre. This is because Windows hasn't reached the end of the bat file yet.
My OS is WinXP Pro.
Change History
Note: See
TracTickets for help on using
tickets.
