Author Topic: GTSupd.mrc - small file folder w/ spaces issue  (Read 939 times)

0 Members and 1 Guest are viewing this topic.

Sugiura Midori

  • New Member
  • *
  • Posts: 9
  • Karma: +0/-0
  • Cuteness Kills
GTSupd.mrc - small file folder w/ spaces issue
« on: May 28, 2006, 12:22:26 AM »
There were lines in this script causing issues due to spaces in filenames and folders, I know you fixed the ones in GTSdll.ini during revision2, figured you may have missed these few:

-=GTSupd.mrc=-
Line 47
Line 279 (after "Unzip")
Line 294

I still can't find an error I am getting that seems to have started only since the latest update, but it won't give me a line number for it, and it appears in all servers I'm in when I first connect.  After doing a search in all the script files I have, and finding nothing, I wondered if it was something that GTSdll loaded and then unloaded right after.

* /reload: no such file 'C:\Program'

GTS

  • Administrator
  • Addicted
  • *****
  • Posts: 524
  • Karma: +2/-0
  • GTSdll Author
    • GTSdll Homepage
Re: GTSupd.mrc - small file folder w/ spaces issue
« Reply #1 on: May 28, 2006, 02:07:34 AM »
Thanks for pointing these out, but i already fixed them.
I just did not release the fixed version yet (since this are just some minor bugs, that don't harm anything ^^)

As for the reload thingie, it might be gtsinst.mrc. (this kinda is the installer, but currently only needs to do a /reload)
But i think i fixed the bug in there too:
Code: [Select]
alias GTSDLL_gtsinst {
  reload -rs " $+ $scriptdir $+ gtsdll.ini"
}
---> GTSdll Homepage <---