Hi all,<BR><BR>I am trying to run a sql script inside a .bat file. <BR><BR>If I do this manually:<BR><BR>sqlplus user/pass@dbname<BR>@<script.sql><BR><BR>How do I automate this? Basically, I want to ...
I imagine this is a pretty simple script for anyone who knows much about DOS commands, but I am having problems finding the right syntax... I have a folder in which jpg files will be saved into. The ...