Welcome, Guest
Username: Password: Remember me
Discussions for CodeTyphon Studio Installation and Setup.
  • Page:
  • 1

TOPIC:

CT4.5 install on WIN8 64 failure! 10 years 6 months ago #4603

  • dorry
  • dorry's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 19
  • Thank you received: 1
fault info in attachment!
Attachments:

Please Log in or Create an account to join the conversation.

CT4.5 install on WIN8 64 failure! 10 years 6 months ago #4633

  • Rain
  • Rain's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 69
  • Thank you received: 8
Looks like install.bat was right clicked in Explorer, "Run as Admin...."
This will set the current Dir to c:\windows\system32\
for the install.bat before executing it, so it can not find the files to copy anymore.

Solution:
Edit install.bat,
insert at the beginning those 2 lines:
%~d0
CD %~dp0

now you can safely rightclick install.bat "Run as Admin....".

The first line changes the drive letter back to where the install.bat is stored,
and the second line changes the directory back to where install.bat is stored.
Now it finds the files to copy.

Maybe Sternas might add those 2 lines in future versions of install.bat.

Please Log in or Create an account to join the conversation.

CT4.5 install on WIN8 64 failure! 10 years 6 months ago #4634

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4512
  • Thank you received: 1101
Thanks Sir
we added your script correction :)
PilotLogic Architect and Core Programmer

Please Log in or Create an account to join the conversation.

  • Page:
  • 1