Re: dos batch files, java and the universe

  • From: "black ares" <matematicianu2003@xxxxxxxxxxx>
  • To: <programmingblind@xxxxxxxxxxxxx>
  • Date: Mon, 12 Jul 2010 07:43:46 +0300

Every modification made to the environment trough a batch file, remain available after the batch file exists. The batch file is in fact only a way to give all commands as a whole, instead giving them one after another each time.


----- Original Message ----- From: "qubit" <lauraeaves@xxxxxxxxx>
To: "bprogramming" <programmingblind@xxxxxxxxxxxxx>
Sent: Monday, July 12, 2010 5:54 AM
Subject: dos batch files, java and the universe


From the recent mail on this list I have gotten the impression that dos
batch files run differently on different versions of windows.
Does this apply to basic syntax and semantics, or is the difference only in
advanced commands?

I am trying to write a batch file and am finding dos just similar enough to
bash to look familiar, but just different enough to trip me up.
What I need is a command to put me in an environment where my java commands
will work, as well as my own java programs.
I have installed the JDK in
java_home="c:\program files\java\jdk1.6.0_20"
Obviously I need path reset:
set path="%java_home%\bin;%path%"
I also need to set something else like class_path -- if I am remembering
right.
But I have been unable to get this to work.
If anyone has comments, please fill in the blanks.
(But no "blankety blanks" please*smile*)

Oh, and how do I call a batch file so it is executed within the parent dos
shell? that is, the variables set in the batch file keeps its value after
the batch file exits.
Thx.
--le

__________
View the list's information and change your settings at
//www.freelists.org/list/programmingblind


__________
View the list's information and change your settings at //www.freelists.org/list/programmingblind

Other related posts: