VOGONS

Common searches


Search results

Display options

Re: errorlevels

MiniMax: Until then, you could do something like this: del %2 copy %1 %2 if exist %2 goto DEL That's pretty clever. It'd work even if %2 was a directory, wouldn't it? Qbix: copy doesn't set an errorlevel, because we never thought of adding it. (no game that we own uses it) Would it be a pain to add? …

errorlevels

Is choice the only dosbox command that returns an errorlevel? I was trying to make a move.bat, but in order to safely delete the old file, I need copy to give me an errorlevel. If the copy is successful, I need a 0, while if it's not, I need a 1. Here is the contents of the batch file: @echo off if …

Re: compile fail

Okay, now I've tried ./configure after running make clean and tried it again without doing so. I have downloaded a source rpm from the place where you can also download a Red Hat rpm and got the same error. However, I noticed that ./configure *is* finding png.h and after running updatedb, I realized …

compile fail

Hi, I downloaded the source package of Dosbox 0.60 and cannot get it to compile. It configures fine, but when it's building, it stops at render.cpp. The following is the relevent output: g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -O2 -I/usr/include/SDL -D_REENTRANT -c -o render.o `test …

Page 1 of 1