I am not sure why you can only use InterDev to run a script that won't work unless you run it using WScript or CScript or asp.
If you are trying to move files from one server to another, why don't you schedule a DTS package from the SQL Server? Or run the script from a workstation? I use scripts that run from workstations and send workstation data to a SQL server. You could just as easily pull data from the AS400 and send it to SQL. But a DTS package scheduled on the SQL Server is probably a better way to solve this.
mmcdonal
|