Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - chainick

#1
What will you do if folders nested? For example see next structure of folders:
MyProject
  Day1
    CamA
    СamB
  Day2
    CamA
    CamB


I propose on MyProject folder call to context menu  and run recursive mount.
#2
On Windows 7 for recursive mount mlv-files I use item in context menu on folder




Create AddItemToMenu.reg file and run it.

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Directory\shell\PismoRecursiveMount]
"MUIVerb"="Pismo recursive mount"
"Position"="Top"
"Icon"="C:\\Program Files\\Pismo File Mount Audit Package\\pfmcontrol.exe"

[HKEY_CLASSES_ROOT\Directory\shell\PismoRecursiveMount\command]
@="cmd.exe /c for /r \"%1\" %%i in (*.mlv) do pfm mount \"%%i\""

[HKEY_CLASSES_ROOT\Directory\shell\PismoRecursiveUnmount]
"MUIVerb"="Pismo recursive unmount"
"Position"="Top"
"Icon"="C:\\Program Files\\Pismo File Mount Audit Package\\pfmcontrol.exe"

[HKEY_CLASSES_ROOT\Directory\shell\PismoRecursiveUnmount\command]
@="cmd.exe /c for /r \"%1\" /d %%i in (*.mlv) do pfm unmount \"%%i\""
#3
Can I get auto mount mlv-files in PFMAP on startup Windows?