Automating QTP Test Automation Home Automation Articles Downloads QTP Gotchas Links Books Contact About Site Map
File Function - Open With NotepadThis function opens a file with notepad Download it Here (right-click and then save target as). (NOTE - you can just cut & paste from below, but the formatting will have multiple spaces instead of tabs).
'=========================================================================
Sub zFile_OpenWithNotepad(sFile) SystemUtil.Run "C:\WINDOWS\system32\notepad.exe", sFile End Sub '========================================================================= |