Thanks a lot I will try it. -----Original Message----- From: Mailing list for discussion of Firewall-1 [mailto:[EMAIL PROTECTED] On Behalf Of Mark Senior Sent: Tuesday, September 06, 2005 6:57 PM To: [email protected] Subject: Re: [FW-1] Auto Upgrade_Export On Windows 2003
The general idea still applies, the form would just be a bit different - you could always (echo yes echo yes ) | upgrade_export Of course you have to figure out the specific input you need. Unfortunately windows echo doesn't let you just echo a newline - If you need bare newlines you'd have to put them in a text file, and type yourtextfile | upgrade_export Regards Mark > -----Original Message----- > From: Mailing list for discussion of Firewall-1 > [mailto:[EMAIL PROTECTED] On Behalf Of > Marius Banica > Sent: September 6, 2005 11:18 > To: [email protected] > Subject: Re: [FW-1] Auto Upgrade_Export On Windows 2003 > > The mgmt server is on windows 2003 > > > -----Original Message----- > From: Mailing list for discussion of Firewall-1 > [mailto:[EMAIL PROTECTED] On Behalf Of Todd > Rosenberry > Sent: Tuesday, September 06, 2005 5:26 PM > To: [email protected] > Subject: Re: [FW-1] Auto Upgrade_Export On Windows 2003 > > You can put something like this into a shell script: > > hostname=`/bin/hostname` > date=`date +"%Y%m%d_%H%M%S"` > export="$FWDIR/bin/upgrade_tools/upgrade_export" > echo "\n" | $export export.${hostname}.${date} > > - Todd > > -----Original Message----- > From: Mailing list for discussion of Firewall-1 > [mailto:[EMAIL PROTECTED] On Behalf Of > Marius Banica > Sent: Tuesday, September 06, 2005 8:55 AM > To: [email protected] > Subject: [FW-1] Auto Upgrade_Export On Windows 2003 > > Hello ppl, > > I have a question, > > I want to perform an automated upgrade_export on my windows > 2003 server, when I run upgrade_export the application wants me to > confirm and press Enter button > > is there a way to get around it? > > > > > > ================================================= > To set vacation, Out-Of-Office, or away messages, send an email to > [EMAIL PROTECTED] > in the BODY of the email add: > set fw-1-mailinglist nomail > ================================================= > To unsubscribe from this mailing list, please see the instructions at > http://www.checkpoint.com/services/mailing.html > ================================================= > If you have any questions on how to change your subscription options, > email [EMAIL PROTECTED] > ================================================= > > ================================================= > To set vacation, Out-Of-Office, or away messages, send an email to > [EMAIL PROTECTED] > in the BODY of the email add: > set fw-1-mailinglist nomail > ================================================= > To unsubscribe from this mailing list, please see the instructions at > http://www.checkpoint.com/services/mailing.html > ================================================= > If you have any questions on how to change your subscription options, > email [EMAIL PROTECTED] > ================================================= > > ================================================= > To set vacation, Out-Of-Office, or away messages, send an email to > [EMAIL PROTECTED] > in the BODY of the email add: > set fw-1-mailinglist nomail > ================================================= > To unsubscribe from this mailing list, please see the instructions at > http://www.checkpoint.com/services/mailing.html > ================================================= > If you have any questions on how to change your subscription options, > email [EMAIL PROTECTED] > ================================================= > This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. ================================================= To set vacation, Out-Of-Office, or away messages, send an email to [EMAIL PROTECTED] in the BODY of the email add: set fw-1-mailinglist nomail ================================================= To unsubscribe from this mailing list, please see the instructions at http://www.checkpoint.com/services/mailing.html ================================================= If you have any questions on how to change your subscription options, email [EMAIL PROTECTED] ================================================= ================================================= To set vacation, Out-Of-Office, or away messages, send an email to [EMAIL PROTECTED] in the BODY of the email add: set fw-1-mailinglist nomail ================================================= To unsubscribe from this mailing list, please see the instructions at http://www.checkpoint.com/services/mailing.html ================================================= If you have any questions on how to change your subscription options, email [EMAIL PROTECTED] =================================================
