Hi!
When I want to execute an SQL script in Unix, I do this:
sqlplus user/passwd @/foo/file.sql > /doo/myfile.out
Then, I've got my outfile to examine.
But I am not able to do the same at MS-DOS (Windows).
Wich is the rightest method?
Best regards and thanks.