Create/Hotspot/Button ==> how to copy files

Hi All,

I have written a memo (email) in Notes. I have inserted a button (Create/Hotspot/Button).

The click on the button aim at performing two tasks:

1- copying files from one location to another one

2- opening the copied nsf file

For the second task, it is very easy since I use the formula command FileOpenDatabase.

For the first one (files copy), I do not know. Do you know? Is it possible?

Thanks in advance,

Mikaël Donini, Arkadin France.

Subject: Google this, you will get code snippets

CreateObject(“Scripting.FileSystemObject”)

(I am assuming you are running on Windows)