dos Batch into frontpage

M

Michael Noblet

I have a DOS batch file that runs an access macro. I
would like to see if I can write some code within frontage
that will alow a user to click a hyperlink and then
perform the tasks outlined by the batch file. Any ideas
would be helpful.
 
S

Stefan B Rusynko

Not possible
- neither batch files or VBA are supported on the web

The web uses JavaScript client side and higher level languages (ASP/PHP) server side




| I have a DOS batch file that runs an access macro. I
| would like to see if I can write some code within frontage
| that will alow a user to click a hyperlink and then
| perform the tasks outlined by the batch file. Any ideas
| would be helpful.
 
Top