Parameter Stuff.....
I need command line that will show all of my. class files in seperate sub dirs. IE: dir /s *. class Basiclly, this is what i need, but I need to pass them as a parameter to zip. In unix I would do something like: find -type f -name *.
I need command line that will show all of my .class files in seperate sub dirs.
IE:
dir /s *.class
Basiclly, this is what i need, but I need to pass them as a parameter to zip.
In unix I would do something like:
find -type f -name "*.class" | xargs zip blah.zip
But I don't know how to do that in windows 2000.
IE:
dir /s *.class
Basiclly, this is what i need, but I need to pass them as a parameter to zip.
In unix I would do something like:
find -type f -name "*.class" | xargs zip blah.zip
But I don't know how to do that in windows 2000.
Participate on our website and join the conversation
This topic is archived. New comments cannot be posted and votes cannot be cast.
Responses to this topic
Or instead of a file you can define the files as public global value and write another function to dump them in to zip. Although I do not know which zip you are using and you actually might have to modify it as well in order to read values from memory.
All above applies if you are in to programming obviously. Which I presume you are since you do know some Unix )
All above applies if you are in to programming obviously. Which I presume you are since you do know some Unix )