Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Batch files


2 replies to this topic

internerdj

internerdj
  • Members
  • 2 posts

Posted 24 March 2004 - 18:46

I have a batch file I want to launch from the target directory, but when it runs it runs from the temporary folder used by the installer.
It runs an executable out of the correct directory but not a batch file. Can anyone give me any suggestions?


internerdj

internerdj
  • Members
  • 2 posts

Posted 24 March 2004 - 18:47

-

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 25 March 2004 - 08:32

Not sure I understand your question but you may want to call the ChangeDirectory function before you launch the batch file.