View Single Post
  #8  
Old 09-07-2004, 09:47 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by Derision
Quote:
Originally Posted by manglervirus
ok but the first post was to complicated
OK, let's try and make it simpler ....

Edit your boot5zones.bat file,

for every line that begins with :

Code:
start zone ....
change that to

Code:
zone ....
I.e., omitting the 'start' command should cause zone.exe to show the errors that is causing it to close. Copy and paste the output of that zone.exe here.
I believe that will only make it close in the same window. Lol. Add a pause before the last 'exit' in boot5zones.bat
__________________
namespace retval { template <class T> class ReturnValueGen { private: T x; public: ReturnValueGen() { x = 0; }; T& Generator() { return x; }; }; } int main() { retval::ReturnValueGen<int> retvalue; return retvalue.Generator(); }
C++ is wonderful.
Reply With Quote