7candan Posted June 28, 2007 Report Share Posted June 28, 2007 Hi, where do I put this command subst e: c:\ Lucid. Lucid is the name of the program that I want too run.using win xp. where in xp do I put ? tia. Quote Link to comment Share on other sites More sharing options...
Alan2273 Posted June 28, 2007 Report Share Posted June 28, 2007 If that is the command to open the program, click start, click run and enter the command in the box and click OK. Quote Link to comment Share on other sites More sharing options...
ɹəuəllıʍ ʇɐb Posted June 29, 2007 Report Share Posted June 29, 2007 Welcome to the Windows Forum.Not sure what you are trying to achieve. subst will create a new drive letter (e:) and associate it with a path (c:\lucid). subst itself will not run anything; just create the drive letter.Usually such things are placed into a BAT file, which in turn is placed into startup.If you explain in more details what your goal is, I'm sure we can give you more information. Quote Link to comment Share on other sites More sharing options...
7candan Posted June 29, 2007 Author Report Share Posted June 29, 2007 Welcome to the Windows Forum.Not sure what you are trying to achieve. subst will create a new drive letter (e:) and associate it with a path (c:\lucid). subst itself will not run anything; just create the drive letter.Usually such things are placed into a BAT file, which in turn is placed into startup.If you explain in more details what your goal is, I'm sure we can give you more information.thanks for answering,In win 98 the subst command is in the auto exec bat file, I know this makes a new drive letter, the drive letter can be anything e,f,g,h,i,the start up command for lucid is in a bat file by its selfc:\cd\cd lucidlucid new/nthis is what starts the program. just dont know where too put the commands Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.