Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.help > #2649

Re: from cmd to Java

Newsgroups comp.lang.java.help
Date 2013-04-04 19:47 -0700
References <73c0a1b4-b8b2-4e10-9cfa-bc6118f5c633@googlegroups.com> <qtigulfhr49j$.p7qckazqucr7$.dlg@40tude.net>
Message-ID <0afece7d-581d-4b5f-b3ab-0c599c9e2616@googlegroups.com> (permalink)
Subject Re: from cmd to Java
From J Lee Hughes <kc0hwa@gmail.com>

Show all headers | View raw


On Thursday, April 4, 2013 7:47:54 PM UTC-5, Joerg Meier wrote:
> On Thu, 4 Apr 2013 17:42:41 -0700 (PDT), kc0hwa@gmail.com wrote:
> 
> 
> 
> > how to code this in java not script but compiling
> 
> > this is in cmd
> 
> 
> 
> > set home=%~dp0
> 
> > set file_to_find=A_job-2-do_
> 
> > set when_done=B_Job-done
> 
> 
> 
> > for /f "delims=" %%A in ('dir /s/b/o:n/d:-a ^"%home%%file_to_find%^"') do (
> 
> >  for /f "delims=" %%z in ('call rename.cmd ^"%%~A^" ^"\%file_to_find%^" "\%when_done%"') do (
> 
> >      for /f "tokon=1,2 delims=" %%B in (%%~A) do (
> 
> >         "7za.exe" a -t7z -m0=LZMA -mmt=on -mx9 -md=128m -mfb=273 -ms=e -sccUTF-8 -w"%%~dpA" "%%~B" "%%~A" 
> 
> >      )
> 
> >  rename "%%~A" "%%~nx.z"
> 
> > )
> 
> > echo done
> 
> > pause
> 
> 
> 
> Start by going to www.google.com and type in "Java tutorial", then follow
> 
> the steps in the links. Or pay someone to do your work for you.
> 
> 
> 
> Liebe Gruesse,
> 
> 		Joerg
> 
> 
> 
> -- 
> 
> Ich lese meine Emails nicht, replies to Email bleiben also leider
> 
> ungelesen.

I did go to java tutal and did not get the answer
I do my own work

I can code in GO C C# Basic
I trying to get in to Java so it may be cross platfor
I use linux unix windows and mac x

C and basic is to match work to get the app for all

if I can you GO or GOS would be the best but most API will not work with it yet

Back to comp.lang.java.help | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

from cmd to Java kc0hwa@gmail.com - 2013-04-04 17:42 -0700
  Re: from cmd to Java Joerg Meier <joergmmeier@arcor.de> - 2013-04-05 02:47 +0200
    Re: from cmd to Java J Lee Hughes <kc0hwa@gmail.com> - 2013-04-04 19:47 -0700
  Re: from cmd to Java Lew <lewbloch@gmail.com> - 2013-04-04 18:13 -0700
  Re: from cmd to Java J Lee Hughes <kc0hwa@gmail.com> - 2013-04-04 19:31 -0700
  Re: from cmd to Java J Lee Hughes <kc0hwa@gmail.com> - 2013-04-04 19:42 -0700
    Re: from cmd to Java Lew <lewbloch@gmail.com> - 2013-04-04 22:30 -0700
      Re: from cmd to Java J Lee Hughes <kc0hwa@gmail.com> - 2013-04-05 03:39 -0700
        Re: from cmd to Java 1connu <1connu999@gmail.com> - 2013-04-05 13:16 +0200
          Re: from cmd to Java J Lee Hughes <kc0hwa@gmail.com> - 2013-04-05 04:27 -0700
        Re: from cmd to Java paul.cager@gmail.com - 2013-04-05 04:27 -0700
          Re: from cmd to Java J Lee Hughes <kc0hwa@gmail.com> - 2013-04-05 06:55 -0700
            Re: from cmd to Java Lew <lewbloch@gmail.com> - 2013-04-05 13:35 -0700
  Re: from cmd to Java Roedy Green <see_website@mindprod.com.invalid> - 2013-04-04 22:44 -0700

csiph-web