I would like to be able to quickly copy the document in the workspace to a second folder (not Save As). However, the TextPad documentation states that macros cannot be used for File Mgmt functions (F3). Is there another way to do this? Or is there an API or some other way to pass the current file's path/name to the clipboard so that I can have WinBatch pick it up? Thanks for any help.
/sf
File Copy Macro?
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
Re: File Copy Macro?
All righty then...just found the Tools > Run command and see that I can pass $file as a command line param to whatever little util I cook up. This'll work... 
/sf

/sf