Posted by Jim on October 19, 2010 at 17:40:38:
I'm running an old Java command via a .bat file. This Java program writes to a hard coded location and does not accept a command line argument for the file name.
Is there a way to override this file name via a DOS command, etc. in a .bat file?
I.e., If it is writing to say "e:\temp\dir1" can I override this path to point to say "e:\temp\dir2" ?
Thanks! Jim