Don't see telnet.exe in system('dir c:\Windows\system32\') 32-bit matlab on 64-bit machine
3 次查看(过去 30 天)
显示 更早的评论
In a 64-bit machine running matlab 32-bit
>> ls c:\Widnows\system32\telnet.exe
>> system('dir c:\Windows\system32\telnet.exe')
Both don't find the file
also the file list given by 'ls' and 'dir' are quite different from What I get in explorer for system32 folder.
If I copy the telnet.exe to local folder, both command can find it.
In the same 64-bit machine running matlab 64-bit
>> ls c:\Windows\system32\telnet.exe
can find the file
Is it a windows trick or something else?
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 File Operations 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!