필터 지우기
필터 지우기

I would like to use Matlab 2014a to open a protected windows explorer folder by signing in as a specified/defined user (this user is different from the windows account user). Is this possible?

조회 수: 3 (최근 30일)
Do you have any recommendations on how to do this on a Windows machine?

답변 (1개)

Soumya Saxena
Soumya Saxena 2017년 9월 15일
You may consider using the following command to open a folder :
[~, userdir] = system('echo %USERPROFILE%')
Please also note that you can use the "winopen" command:
In addition the following file exchange submission called "explore.m" may also be helpful:

카테고리

Help CenterFile Exchange에서 Adding custom doc에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by