TracyH
05-18-2009, 12:56 AM
I am setting up a CGI Script coded in perl to log into a db and update some records.
I need to execute this from another server from a batch file under a specific situation. I created the batch file with 1 line....
START http://server1:900/cgi-bin/CPO_EnvDown_SIT.cgi
This opens up a window, executes the script, but it leeaves the browser open.
How can I close the browser window?
Or is there another way I should execute it?
I need to execute this from another server from a batch file under a specific situation. I created the batch file with 1 line....
START http://server1:900/cgi-bin/CPO_EnvDown_SIT.cgi
This opens up a window, executes the script, but it leeaves the browser open.
How can I close the browser window?
Or is there another way I should execute it?