Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Conditional FTP from Batch File
Name: Rupali Date: July 17, 2003 at 22:43:25 Pacific OS: Nt 4.0 CPU/Ram: 1/1GB
Comment:
I need to achieve following :
connect scott/tiger@mydb select flag from mytable; if flag = 'Y' then FTP else Do nothing End if;
I want to do all this in a batch file which I will schedule to run after every 20 mins.
Summary: I run several batch files wich take anywhere from 2-4hrs to complete and I need it to reboot as soon as it is complete. Is there an easy way to do this? If so, how? Thanx...
Summary: Can anybody tell how to close a DOS window in NT from a batch file? I can do it in Win 98 with cls, but it doesn't work in NT. thanks Martin ...
Summary: I have created some maintenance batch files (ie. clean up tmp files, reboot server, etc.) that are scheduled to run on an NT server. I would like them to send an email ( SMTP )reporting there progress...