Paul, There's several tools that *might* help with this. Take a look at the collection of tools from SysInternals (which appears to have been purchased by MS.) The tools are free...but you can see process explorer which may help determine where the hang is happening. If it's a Win9x application running on XP, don't forget about the application compatibility mode that could help. If you're running it from the command line, you can redirect the output like in Linux, but only the > and >> redirection. If it's an application that requires the 32-bit environment, you can run it from the command line adding "explorer" before the command, which will make explorer open the application but may provide you some useful output in the command window. Not sure how well that will work. Let us know. On Tue, 2009-02-24 at 10:16 -0700, Paul Mooring wrote: > I know this is a linux mailing list but because I don't know of any good > windows lists or forums I thought I'd ask my question here. I've got an > application that keeps hanging on Windows XP and writes no useful info > to the logs. I'd like to get some concrete info about what's going > wrong, on linux normally I'd run it from a shell like this 'program >> > logfile 2>&1' but that doesn't appear to work in windows. I know very > little about Windows/DOS prompts and was wondering if there's a way to > accomplish something similar in XP. > > --------------------------------------------------- > PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us > To subscribe, unsubscribe, or to change your mail settings: > http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss --------------------------------------------------- PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us To subscribe, unsubscribe, or to change your mail settings: http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss