Re: Writing an automated install script

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, Apr 7, 2008 at 10:59 AM, Timeout <wineforum-user@xxxxxxxxxx> wrote:
>  1. I don't know yet to check if something is already there.

if [ test -f filename ]
then
   echo "file exists"
fi

>  3. Screenshot 11, I may have the problem that "Next" gets clicked to early since I have already told to click on next. How to make the script understand that "next" is to be clicked only after these entries.
>  Do I have to say to the other "next" that's only when no other command are pending?

You can't click buttons in a shell script.  Are you expecting the user to
do all the button clicking, or do you want to automate that?


[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux