Want a .bat that copy .ini

Tham

Fledgling Freddie
Joined
Feb 1, 2004
Messages
117
Hi!

I have an idea of having several DAoC installations, fullscreen, windowed mode, best looking, less grapic, clip plane, spell effects off/on so on, so on ....

I dont want to change in option everytime I want to go on a ml raid or just want to run around solo. It's a PAIN to discover I forgott to copy the .ini file of the char to second instalation and either have to log and copy or play and in the middle of the heat ending up pushing wrong buttons ( if I have made some changes in the org. setting)

So question is: Can you make a .bat file that copys the .ini files and paste them into a second, third daoc instalation ?

Like:

run
goto:c:/game/ToA
copy Tham.ini
copy Thambomb.ini
paste c:/Game/ToA2
paste c:/Game/ToA3
end

well, you get the idea :)
And when it's time to play a instalation I dont use that often I just need to execute the .bat and HEP! all instalations have the right quickbar :cheers:

I dont have a clue if this is possible at all but admit it would be a nice thing :)
 

Train

One of Freddy's beloved
Joined
Aug 26, 2004
Messages
140
Go to command window.
edit mybat.bat
copy c:\game\toa\Tham*.ini c:\game\toa2\
copy c:\game\toa\Tham*.ini c:\game\toa3\

Save down the file and just run it and it copies your Tham*.ini
files.

Hope it's this you're looking for, a bit tired but I think it is if I
understood your post :)
 

Kami

Can't get enough of FH
Joined
Dec 22, 2003
Messages
2,254
You could always add it to windows startup too so after next reboot they're updated ;)
 

Tham

Fledgling Freddie
Joined
Feb 1, 2004
Messages
117
Thanks a million, worked as I was hoping, but is there a commando the keep the window open for a sec or 2 so I can see what it say's, dont see if there are any error message or somthing ... I deleted the files in target map and executed the .bat and it works, but I want to see what it says :)
 

Train

One of Freddy's beloved
Joined
Aug 26, 2004
Messages
140
Just write 'pause' in the .bat file to have it wait for you to press
a key before closing down (suggest you put it on a new row in the
very end of the file).
 

Tham

Fledgling Freddie
Joined
Feb 1, 2004
Messages
117
Whiiihi, great, thanx alot :worthy:
 

Users who are viewing this thread

Top Bottom