Error "The system cannot find the path specified" When I try to install virtual reality (vrinstall)?
3 views (last 30 days)
Show older comments
I tried to install virtual reality builder but I get the error "'C:\Program' is not recognized as an internal or external command, operable program or batch file. " . I thought it might be because of the space in installed directory name "program files". so I remove and install the MATLAB again in the folder "programfile" (with no space in name). Now I get the error "The system cannot find the path specified. " . I am desperate and need to install it ASAP. Can anybody help?
0 Comments
Accepted Answer
Walter Roberson
on 30 Oct 2011
Exactly what command are you using to do the installation, and is it at the MATLAB level or at the Windows level?
If you are currently calling vrinstall within MATLAB, using a command such as
vrinstall C:\Program And Documents\Asadi
then change the call to
vrinstall('C:\Program And Documents\Asadi')
in which you supply () around the path and enclose the path in apostrophes.
More Answers (0)
See Also
Categories
Find more on Migrate GUIDE Apps in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!