Subj : Re: not a valid Win32 application... To : borland.public.cpp.borlandcpp From : "Ed Mulroy [TeamB]" Date : Wed Nov 05 2003 04:41 pm Start by doing a dir to proove that batchuser.exe actually exists. The linker could have generated an error. If it exists then check if the default directory is the one in which batchuser.exe is located. If not then unless batchuser.exe is in one of the directories which are listed in the system path, the operating system will not find it. The system path is a set of path names separated by semicolons which defines where the OS will look for executable files and dll's. You can see what the system path is by giving the command PATH If none of the above applies then please show the contents of the make file which was used to create batchuser.exe .. Ed > peter wrote in message > news:3fa96106$1@newsgroups.borland.com... > > hi, i wrote a very simple program that links to a file > called 'jvm.lib'. it compiles fine. i am compiling using > a makefile and bcc32 version 5.5. anyways, it compiles > and when i go to run the application i get the a window > that pops up saying 'batchuser.exe is not a valid Win32 > application' the name 'batchuser.exe' is , of course, the > name of the program i wrote. I am quite confused. i > appreciate any help. .