Sponsored Content
Top Forums Shell Programming and Scripting Trying to do a bit of automation... but nooooo. Post 302422205 by KruesephiikZ` on Monday 17th of May 2010 07:17:49 PM
Old 05-17-2010
Thanks for the suggestions guys, I got it working last night. The problem was here:

Code:
if [ -d wine-* ]
then
    echo Previous directory found, remove? [ Y/N ]
    read yn2
        case $yn2

It should have been:
Code:
if [ -d `pwd`/wine-*/ ]
then
    echo Previous directory found, remove? [ Y/N ]
    read yn2
        case $yn2

 

4 More Discussions You Might Find Interesting

1. Programming

copying or concatinating string from 1st bit, leaving 0th bit

Hello, If i have 2 strings str1 and str2, i would like to copy/concatenate str2 to str1, from 1st bit leaving the 0th bit. How do i do it? (2 Replies)
Discussion started by: jazz
2 Replies

2. Red Hat

boot the 32 bit kernel on a 64 bit PPC Linux machine?

Hi all, I'm looking to cover a corner case for an upcoming test cycle. Is there a way to boot a RedHat Advanced Server 4 (update 3) installed on a Power PC machine to use a 32 bit kernel? This would be similar to what is done here -> https://www.unix.com/aix/26204-aix-platform.html I've done... (0 Replies)
Discussion started by: philrau
0 Replies

3. Shell Programming and Scripting

How to handle 64 bit arithmetic operation at 32 bit compiled perl interpreter?H

Hi, Here is the issue. From the program snippet I have Base: 0x1800000000, Size: 0x3FFE7FFFFFFFF which are of 40 and 56 bits. SO I used use bignum to do the math but summing them up I always failed having correct result. perl interpreter info, perl, v5.8.8 built for... (0 Replies)
Discussion started by: rrd1986
0 Replies

4. Windows & DOS: Issues & Discussions

Which version of Windows Vista to install with a product key? 32-bit or 64-bit?

Hello everyone. I bought a dell laptop (XPS M1330) online which came without a hard drive. There is a Windows Vista Ultimate OEMAct sticker with product key at the bottom case. I checked dell website (here) for this model and it says this model supports both 32 and 64-bit version of Windows... (4 Replies)
Discussion started by: milhan
4 Replies
q4wine(1)							   Q4Wine Manual							 q4wine(1)

NAME
q4wine - runs GUI utility for wine applications and prefixes management. SYNOPSIS
q4wine [KEY] ... DESCRIPTION
Q4Wine is a Qt4 http://www.qtsoftware.com/ GUI for W.I.N.E. http://winehq.org/ It will help you manage wine prefixes and installed appli- cations. General features: - Can export Qt color theme into wine colors settings. - Can easy work with different wine versions at same time; - Integrated Wine AppDB browser; - Easy creating, deleting and managing prefixes (WINEPREFIX); - Easy controlling for wine process; - Easy installer wizard for wine applications; (Not yet. Wait for v. 0.120) - autostart icons support; - Easy cd-image use; - FuseISOEmbedded FuseISO mount profiles; - You can extract icons from PE files (.exe .dll); - Easy backup and restore for managed prefixes. - Winetricks support. - and more... OPTIONS
A summary of options is included below. -m, --minimize minimize q4wine main window on startup -h, --help display help and exit -v, --version output version information and exit -b, --binary open run dialog for wine binary to execute wine binary EXIT STATUS
0 if OK or -1 if serious troubles FILES
/usr/bin/q4wine The Q4Wine main gui program /usr/bin/q4wine-cli The Q4Wine command line interface program /usr/bin/q4wine-helper The Q4Wine runner helper program /usr/lib/q4wine Directory containing Q4Wine's shared libraries $HOME/.config/q4wine Directory containing q4wine config, icons, database and temporary files. AUTHORS
Thanks to all: Q4Wine is available thanks to the work of many to all people, who was involved in development process, testing, bugreporting, packaging or translation creation. For a full listing of the authors, please see the file AUTHORS in the top-level directory of the source distribution. Active developers: Alexey Malakhov (John Brezerk) <brezerk at gmail.com> Project maintainer, main developer, web site designer and developer, project documentation, support, etc. ;) Sergey Skrypnic (opium) <opium@jabber.com.ua> Website developer, hosting administration Inactive developers: Pavel Zinin (pashazz) <pzinin at gmail.com> Winetricks plugin developer Dmitry Marakasov (amdmi3) <amdmi3 at amdmi3.ru> FreeBSD support fixes COPYRIGHT
Q4Wine can be distributed under the terms of the GPLv3 license. A copy of the license is in the file LICENSE in the top-level directory of the source distribution. AVAILABILITY
The most recent public version of wine can be downloaded from http://q4wine.brezblock.org.ua/download/ The latest snapshot of the code may be obtained via GIT for information on how to do this, please see http://q4wine.brezblock.org.ua/down- load/#git Q4Wine, development headquarters, is at http://q4wine.brezblock.org.ua This website contains a great deal of information about Q4Wine. BUGS
If you find a bug in Q4Wine please report it to <brezerk at gmail.com> or directly to Q4Wine bug tracker https://source- forge.net/projects/q4wine/ SEE ALSO
q4wine-cli(1), q4wine-helper(1), wine(1), wineserver(1) Q4Wine 0.120-r Manual 27 Dec 2010 q4wine(1)
All times are GMT -4. The time now is 10:47 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy