Project 1999

Go Back   Project 1999 > General Community > Technical Discussion

Reply
 
Thread Tools Display Modes
  #1  
Old 07-01-2015, 06:02 AM
mr. P mr. P is offline
Scrawny Gnoll


Join Date: Aug 2011
Posts: 25
Default

Quote:
Originally Posted by FatMagic [You must be logged in to view images. Log in or Register.]
Thanks Mr.P! I'll make the copy directory/drive change... I like a win-win. I assume the 2nd bit of code just preserves the Player Settings INI file, correct? If so I will include it as well. Thanks!
It will copy any file ending with .ini. For instance; eqclient.ini.

You could just change it to:
Code:
for /f %%i in ('dir /b ^| findstr /i ".*project1999.ini$"') do (
	xcopy %%i "%eqlite_dir%"
)
That would only copy the character specific ini files for that particular server. I do think that copying all ini files should be OK though. [You must be logged in to view images. Log in or Register.]
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 11:04 AM.


Everquest is a registered trademark of Daybreak Game Company LLC.
Project 1999 is not associated or affiliated in any way with Daybreak Game Company LLC.
Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.