Subject how to execute script with isql.exe in FB 1.5
Author d_dude_2003
Hello,
I have the following script file:

CONNECT 'ENVWORKFLOW.GDB' USER 'SYSDBA' password 'masterkey';
EXECUTE PROCEDURE spUpdateEmployees

What is the command line for isql to execute this in batch,
without user intervention?

I will need to schedule this, anybody used AT command?

Thanx.