ADSM-L

Re: Script does not run - Full path name has space?

2001-07-11 15:20:54
Subject: Re: Script does not run - Full path name has space?
From: "Cook, Dwight E" <cookde AT BP DOT COM>
Date: Wed, 11 Jul 2001 14:18:10 -0500
should be able to specify
cmd /c blah
like
        cmd /c "C:\Program Files\BMC Software\obacktrack\bin\myscript"
the /c says to carry out the command (which follows) then terminate and
return...

Dwight