Does any body know?

<p>Well I know it sounds like silly,</p><p>But I am trying to put zip function in my batch file.</p><p> </p><p>In detail this batch file runs some cmd and maxl scripteverynight and then it takes back up of all the applicaction.</p><p>Now I want to add this backup folders in to the zip. So that ican save disk space.</p><p> </p><p>i have already tried simple pkzip and other commands to do zipbut I am surprised non of them works.</p><p> </p><p>I ant understand exactly why it happens.</p><p> </p><p>Can anybody write me a command for it. It will be greathelp.</p><p> </p><p>I will really appreciate your help as i tried each n everythingwith no luck.</p><p> </p><p>Thanks.</p><p> </p><p> </p>

<p>To Zip the files use this command:</p><p> </p><p>      Tar -cvf  Filename.tarfile1 file2</p><p> </p><p>           thisgenerates a file with .tar extension</p><p> </p><p>this zips the file</p><p> </p><p>    gzip filename.tar</p><p> </p><p>To unzip the file</p><p> </p><p>    gunzip -f filename.tar</p><p> </p><p>Tar -xvf Filename</p><p> </p><p>Hope this helps</p>

Similar Messages

  • Does any body knows how to detect the resolution of an inserted image in word?

    Does any body knows how to detect the resolution of an inserted image in word?

    I'm not sure I understand your reply but when you insert images into Word that are larger than will fit on the page, they are automatically compressed. If you right click and select Size and Position you can restore it to 100% but you will not see all the image.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • I am Greek. I downloaded a film from ipad but for the last days it has not been downloaded and the status is "waiting".the charge has been made to my credit card. Does any body knows?

    I am Greek. I purchased a film from ipad but for the last days it has not been downloaded and the status is "waiting".the charge has been made to my credit card. Does any body knows?

    something other is dowloading somewhere on ipad

  • HT5429 For the new Map in ios 6 , for United Arab Emirates ... Directions Not Available , whenever you make route between 2 places .. Does any body know how we can get the Update work ??

    Does any Body know how we can solve this problem ...
    The new map in the ios 6 in the united Arab Emirates cant find all locations , and Route directions is not available ... does any body know how to solve this ??
    as the map before this was working ??

    Thanks for your interest.
    Excuse my ignorance as I'm not sure what you meant by "1 of 5" optimization. Did you mean median of 5 ?
    Regarding swapping pointers, yes it is common sense and rather common among programmers to swap pointers instead of swapping large data types, at the small price of indirect access to the actual data through the pointers.
    However, there is a rather unobvious and quite terrible side effect of using this trick. After the pointer array is sorted, sequential (sorted) access to the actual data throughout the remaining of the program will suffer heavily because of cache misses.
    Memory is being accessed randomly because the pointers still point to the unsorted data causing many many cache misses, which will render the program itself slow, although the sort was fast!!.
    Multi-threaded qsort is a good idea in principle and easy to implement obviously because qsort itself is recursive. The thing is Multi-threaded qsort is actually just stealing CPU time from other cores that might be busy running other apps, this might slow
    down other apps, which might not be ideal for servers. The thing researchers usually try to do is to do the improvement in the algorithm it self.
    I Will try to look at your sorting code, lets see if I can compile it.

  • I am trying to set my background setting to change when ever I log in, I clicked on both 'change picture' and 'random order' boxes as my settings, but when ever I log in it has the same background as before. Does any body know how to fix this?

    am trying to set my background setting to change when ever I log in, I clicked on both 'change picture' and 'random order' boxes as my settings, but when ever I log in it has the same background as before. Does any body know how to fix this?

    You have to enter the Apple ID and password. You are running into the Activation Lock
    iCloud: Find My iPhone Activation Lock in iOS 7
    Is there a way to find my Apple ID Name if I can't remember it?
    Yes. Visit My Apple ID and click Find your Apple ID. See Finding your Apple ID if you'd like more information.
    How do I change or recover a forgotten Apple ID Password?
    If you've forgotten your Apple ID Password or want to change it, go to My Apple ID and follow the instructions. SeeChanging your Apple ID password if you'd like more information.

  • Does any body Knows how to capture Signature

    Does any body Knows how to capture the signature
    what technology i ahve to use to capture the signature
    its very Urgent Please Tell if u Know it
    I will be waiting for yours valuable reply
    Thanks for your reply

    Why don't you use Tablet PC SDK ( Web Forms Asp ) for sig cap.
    Please have a look at the links
    http://msdn.microsoft.com/mobility/tabletpc/default.aspx?pull=/library/en-us/dntablet/html/tbconInkWebPers.asp
    http://msdn.microsoft.com/mobility/tabletpc/default.aspx?pull=/library/en-us/dnmobink/html/tbconMIJ3.asp
    http://msdn.microsoft.com/mobility/tabletpc/default.aspx?pull=/library/en-us/dntablet/html/tbconWebDoodle.asp
    http://msdn.microsoft.com/mobility/tabletpc/default.aspx?pull=/library/en-us/dntablet/html/tbconWebDoodle.asp
    Example Link:
    http://www.thedatafarm.com/doodle.aspx
    Ramana

  • Does any body know how to download ios to your ipod

    does any body know how download ios  to your ipod

    You update the iOS on the iPod by following the instructions here:
    iTunes: Backing up, updating, and restoring your iPhone, iPad, or iPod touch software
    That is all the information I can provide without more details of what you are trying to do.

  • I have an Imac 2.8 GHZ Intel core duo, a month ago during booting instead of the apple, appear a world picture, since Is this normal?? also i feel the computer much slower since then, does any body know what is this?

    I have an Imac 2.8 GHZ Intel core duo, a month ago during booting instead of the apple picture appears a world picture and takes a lot of time to start, Is this normal?? also I feel the computer much slower since then, does any body know what is this?  How can I fix this?  Thanks

    Gomtomsyetm preferencs and make sure that you HDD is selected as the start up disk. Then start up using your install disc and run disk utility and repair the drive just in case something has gotten corrupt.

  • Does any body know how to connect the fingerprint scanner using jmf is it p

    Hai,
    I am not getting how to connect the fingerprint scanner how we can do it is it possible for device independent application
    If any body knows anything about this please mail me its very urgent for me
    hope u will be able to tell me something about this .
    Regards
    K Naveen Kumar

    Hi,
    Fingerprint scanners are not popular enough devices to be supported by Java yet. There's no general API or Java interface for it.
    Each manufacturer of a fingerprint device will probably just ship their own drivers or SDKs. More than likely DLL's, so you'd need to write some JNI to call them.
    If you want to allow your application to work with multiple devices, you will have to design it to do that. Ie. write a general "Fingerprint" interface, and write a class which implements that interface for each device you want to support.
    Eg.
    public interface FingerPrintAPI
         public void initialiseScanner ( )
                throws MyScannerException;
         public byte[] getFingerPrint ( )
                throws MyScannerException;
         public double getMatchProbability ( byte[] fingerprint1, byte[] fingerprint2 )
                throws MyScannerException;
         public void closeScanner ( )
                throws MyScannerException;
    }I haven't used a fingerprint device at all, but that's how I would approach it.
    regards,
    Owen

  • Does any body knows how to make built in isight work with wondows xp!!!

    Hi everybody!
    I have the intel ship MacBook Pro, i'm runnining windows, i can't make it work, is there a plugin or a driver that i need to download, is there any body that can help me with this? please.
    Thanks.
    MacBook Pro   Windows XP Pro   built in isight

    The internal iSight is installed and works correctly under Windows XP on my MacBook, but it doesn't install correctly anymore under Windows XP on my Intel iMac.
    I think there is a problem with the latest iSight driver provided in the latest update to Boot Camp.
    I suggest you search and post in the Boot Camp forum:
    <http://discussions.apple.com/forum.jspa?forumID=1165>

  • Dear All, I have bought a MacAir with Protection Plan. Does any body know if any AntiVirus included in the package? if not, could you recommend me some professional AntiVirus for protecting my laptop? Thanks to anybody for any tips. Luca

    Dear All,
    I have bought a MacAir last December, together with Protection Plan.
    Does anybody know if the Protection Plan is including any AntiVirus (maybe to be downloeaded for free)?
    If not, any suggested (certified) AntiVirus I could buy?
    Thanks

    There are many forms of ‘Malware’ that can affect a computer system, of which ‘a virus’ is but one type, ‘trojans’ another. Using the strict definition of a computer virus, no viruses that can attack OS X have so far been detected 'in the wild', i.e. in anything other than laboratory conditions. The same is not true of other forms of malware, such as Trojans. Whilst it is a fairly safe bet that your Mac will NOT be infected by a virus, it may have other security-related problem, but more likely a technical problem unrelated to any malware threat.
    You may find this User Tip on Viruses, Trojan Detection and Removal, as well as general Internet Security and Privacy, useful: The User Tip seeks to offer guidance on the main security threats and how to avoid them.
    https://discussions.apple.com/docs/DOC-2435

  • My grandson has a iPod touch 4th and has broken the screen, does any body know how much apple charge for replacement and can you wait for it to be done or does it get sent away.

    My grandson has broken his screen on his iPod 4th touch. Does anybody know how much apple charge to replace and do they do it while you wait

    Apple will exchange your iPod for a refurbished one for $199 for  64 GB 4G and $99 for the other 4Gs unless you have AppleCare+ extended warranty. Then it would be $29. They do not fix yours.
    Apple - iPod Repair price                       
    A third-party place like the following maybe less. Google for more.
    iPhone Repair, Service & Parts: iPod Touch, iPad, MacBook Pro Screens         
    Replace the screen yourself if you are up to it
      iPod Touch Repair – iFixit          

  • I need help does any body know

    does anyone know how to play music from an ipod touch on an xbox 360??

    You can't because the iPod touch does not have a Disk Mode like other iPods.

  • Hey I just downloaded mavericks on my new Imac       and was told I can download I works for free and the app store doesnt show that option . Does any body know how to does this

    How do you get the free upgrade to the I works sweet once you've dowloaded Mavericks ? Does anybody know ? Thanks

    Here is the up to date program info if you got a new Mac:
    http://www.apple.com/creativity-apps/mac/up-to-date/
    If you have the DVD version of iWorks installed, you will also be offered an update to the new versions (as I was).

  • Does any body knows how to capture signature using smart pen

    Hai
    I am developing an application to capture the signature using smart pen device how we can do it is it device independent or device dependent is it requires any SDK for that please if u know anything about it please Help me
    Thanks for your Help

    Why don't you use Tablet PC SDK ( Web Forms Asp ) for sig cap.
    Please have a look at the links
    http://msdn.microsoft.com/mobility/tabletpc/default.aspx?pull=/library/en-us/dntablet/html/tbconInkWebPers.asp
    http://msdn.microsoft.com/mobility/tabletpc/default.aspx?pull=/library/en-us/dnmobink/html/tbconMIJ3.asp
    http://msdn.microsoft.com/mobility/tabletpc/default.aspx?pull=/library/en-us/dntablet/html/tbconWebDoodle.asp
    http://msdn.microsoft.com/mobility/tabletpc/default.aspx?pull=/library/en-us/dntablet/html/tbconWebDoodle.asp
    Example Link:
    http://www.thedatafarm.com/doodle.aspx
    Ramana

  • Does any body know where the iPad came from?

              It was all kept so quite .. Does anyone know were it REALLY ! Came from???

    varjak paw wrote:
    What do you mean by "where it came from"? It came from Apple, having been built in China. What more is it that you wish to know?

Maybe you are looking for

  • Photoshop quits unexpectantly after update to Yosemite

    Hey everyone, I apologize if this question has already been asked, but I have tried to solve this problem on my own to no avail. My Photoshop CS5 (Version 12.0.4) keeps quitting at very sporadic times. It all happened about a week ago after I upgrade

  • Weird error using a scrollpane

    Hi there, I'm trying to make a map distance calculator for my assignment. I have a custom Jpanel where the map ( a GIF or JPEG) gets drawn in paintComponent using :           g2.drawImage(MAP, 0, 0, this); //MAP is an Image Now the custom Jpanel (Pai

  • Can't update, uninstall or clean CS6.

    Some info: - All applications open normally. - Production Premium CS6 and Design and web Premium CS6 Installed (as well as CS5.5). - Cannot update (Manually or through AAM) - Cannot uninstall (Through AAM or with Adobe Cleaner Tool). - Have tried De-

  • Urgent query about copying array of objects to html item

    I have an urgent query about how I can display an array of objects on a html form. The only suitable html item I can see for this is a drop down box. Ideally a combo box would be preferable but I cant find anything like this. Basically the display it

  • My macbook pro does not eject dvd although making ejecting noise and tried all non-invasive suggested solutions.

    The other night I watched a dvd in my laptop and once i pressed the eject button it made the noise as if it was coming out but it didn't.Now it keep making than noise everytime I attempt to eject but nothing comes out. Since then I tried all the 5 st