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

Set path


2 replies to this topic

siva

siva
  • Members
  • 7 posts

Posted 06 July 2004 - 14:04

Hi! All,

I need to set path using the dos command path i have used LaunchAppAndWait and LaunchAppAndWait("path", "C:\\Yes "+"%PATH%",WAIT) i also tried using HideAppAndWait("path", "C:\\Yes "+"%PATH%",WAIT) but doesnt seem to be working plz help me with this where have i gone worng??

Thanks and Regards,

Siva.

Taco Bell

Taco Bell

    IS6 Expert

  • Moderators
  • 1,281 posts

Posted 06 July 2004 - 14:26

Setting a path like that will only temporarily override the path for that instance of the command prompt, and since those prompts automatically close after issuing that command, this isn't gonna do what you want.

I would recommend using a batch file to set the path and do whatever commands you need to do in there.
user posted image

siva

siva
  • Members
  • 7 posts

Posted 06 July 2004 - 15:09

Thanks a Lot Taco Bell will try that......