Thanks, I now have it working. The problem was java.exe once I'd replaced java with the full qualified path name in osmosis.bat it started to work.
Cheerio John On 4 October 2010 19:40, Craig Wallace <[email protected]> wrote: > On 04/10/2010 23:22, john whelan wrote: >> >> I'm running Win 7 >> >> Java is at C:\Program Files (x86)\Java\jre1.6.0_20\bin\java.exe >> >> If I simplify the .bat file to >> bin\osmosis >> pause >> >> Then I get: >> >> @@@@@ >> C:\Windows\system32>bin\osmosis >> The system cannot find the path specified. >> >> C:\Windows\system32>pause >> Press any key to continue . . . >> @@@@@ >> I note that bin contains a file osmosis and one called osmosis.bat if >> I use a call in front of the bin\osmosis I get the same result. > > You need to change to the correct directory, ie the one where you unzipped > Osmosis. Its probably called "osmosis-0.36" > > So open a command prompt, use the "cd" command to change to that directory, > then run "bin\osmosis" and see what happens, and if there's any errors. > > _______________________________________________ > newbies mailing list > [email protected] > http://lists.openstreetmap.org/listinfo/newbies > _______________________________________________ newbies mailing list [email protected] http://lists.openstreetmap.org/listinfo/newbies

