Jump to content
TrinityCore

Leaderboard

Popular Content

Showing content with the highest reputation on 03/12/16 in Posts

  1. On Windows I use something like that: @echo off SET updatefile=updatefiles.txt echo -- %date% %time% Start reading files > %updatefile% echo. for %%C in (.\*.sql) do ( echo INSERT INTO `updates` (name^) VALUES ('%%~nxC'^); >> %updatefile% ) echo Done ! pause
    1 point
  2. --- Canned message start --- It appears the issue in the original post was solved, so this thread shall be closed. Should you encounter any other difficulties, please open a new thread. --- Canned message end ---
    -1 points
  3. Make it in 32-bit if you want to distribute to players :-) Surprising lot of people are using Win32 OS.
    -1 points
×
×
  • Create New...