; AutoExec Section is on top here. Note BIG INDENT for real code.
; Columns 1, 2, 3, and 4 are reserved for menu titles. This autoexec
; section goes before the first menu title. Used for assorted initializations.
TAB=@TAB
CR=@CRLF
EOL=@CR
Home=DirHome()
HomeUpOne=FilePath(strsub(home,1,strlen(home)-1))
IntControl(29,@tab,0,0,0) ;Standardize on tabs as delimiters for FileItemize, etc
zxc=strcat(home,"wspopup.mnu")
zxct="Help file error"
zxcm="Help file not found. Perhaps Extender Add-on help file has not been installed. See EXTENDERS directory on CD-ROM or our website at http://www.winbatch.com to obtain desired extenders."
Cut ; Cut the selection and put it on the clipboard
wEdCut()
Copy ; Copy the selection and put it on the clipboard
wEdCopy()
Paste ; Insert the clipboard contents
wEdPaste()
_Undo ; Undoes the last editing action
wEdUndo()
;Redo ; Redoes the last editing action
; wEdRedo()
_Keyword Lookup \ +{F1} ; Load help topic for word at cursor