Fixing WinEdit MDI event handler macros error.

Environment
OS: Windows 7 32bit
WinEdit v5.4 (build: 20050201)
Error:
Can’t open Macro file “C:\program Files\WinEdt Team\WinEdt\Macros\MDIOpen.edt”
[Exe(“%b\Macros\MDIOpen.edt”);^^^]

Possible Reason:
Either the path mentioned is wrong OR the macro file “MDIOpen.edt” is accidentally deleted.
How to Fix this Issue?
Continue reading…

Accessing remote GUI application using PuTTY

Accessing the GUI of the remote computer is very much necessary when you are not comfortable with handling any application through the only command line. Some applications like video and audio editor. How will you access the GUI of such software from your remote PC. Here are the steps. It’s better you first go through the post here, which is all about forwarding the X11 using the Xming server. Then it is recommended to go through the post here, which will give you the steps to access your remote GUI.
Click here for quick view…