How can start log viewer in windows xp
Hi Iam writing an installer script which has gui menu It has menu-options like connect, disconnect, and view log and this gui stats in systray.
For view log menu item iam defining
! Define GUI_LOG_VIEWER "$WINDIR\norepad.exe"
! Define GUI_EDITOR "$WINDIR\norepad.exe"
For windows 2000 these are working well and fine but ……in windows xp ...if I click view log it’s giving error………like this "Error start-log-viewer C:\winnt\notepad.exe"
Can u tell me How can start log viewer in windows xp?