File Copy Macro?

General questions about using TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
Steven

File Copy Macro?

Post by Steven »

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
Steven

Re: File Copy Macro?

Post by Steven »

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
Post Reply