Cannot run windows programs from shared folder.
Posted: 19. Jul 2015, 18:07
Hosts : opensuse 13.2
Guest : windows 7 pro 32 bits
Virtualbox : last release 4.3.28
Guest addition : last release.
Shared folders are configured in VM manager with full access but not mounted.
I mount 4 shared folder in a script run by windows in startup folder.
I can copy, move, delete directories or programs with microsoft explorer.
Within the console, I cant edit text file in g:\some_dir\some_file.txt
but I can't run any exe file
even in the directory
I got :
Guest : windows 7 pro 32 bits
Virtualbox : last release 4.3.28
Guest addition : last release.
Shared folders are configured in VM manager with full access but not mounted.
I mount 4 shared folder in a script run by windows in startup folder.
Code: Select all
net use G: \\vboxsrv\win_echange Within the console, I cant edit text file in g:\some_dir\some_file.txt
Code: Select all
notepad g:\some_dir1\some_dir2\some_file1.txtCode: Select all
g:\some_dir1\some_dir2\some_file2.exeCode: Select all
g:
cd g:\some_dir1\some_dir2
some_file2.exe
Any help is welcome.g:\some_dir1\some_dir2\some_file2.exe
Path not found
Retry with correct path.