I seem to have an interesting problem with AT and subprocesses. I have one AT command which calls a batch file which connects to a database and runs an Oracle script. This Oracle script generates a batch file based around the contents of what it finds in a few tables.
At the end of my Oracle script there is a call to HOST and the new batch file. The HOST command never runs in AT mode but if I run the SQL from cmd.exe, then it fires every time.
OK, so I then scheduled a second task in AT to run the batch file. Nix. Nothing happens. The batch file FYI contains a bunch of instructions to run Oracle Reports. I can run this fine out of cmd.exe but AT just isn't interested. Anyone got any bright ideas?
At the end of my Oracle script there is a call to HOST and the new batch file. The HOST command never runs in AT mode but if I run the SQL from cmd.exe, then it fires every time.
OK, so I then scheduled a second task in AT to run the batch file. Nix. Nothing happens. The batch file FYI contains a bunch of instructions to run Oracle Reports. I can run this fine out of cmd.exe but AT just isn't interested. Anyone got any bright ideas?