Activity for Mario Pilesi

  • Mario Pilesi Mario Pilesi modified a comment on discussion General Discussion

    "C:\Program Files\NAPS2\NAPS2.exe" "F:\doc.pdf" not work in portable mode: NAPS2.Portable.exe "F:\doc.pdf"

  • Mario Pilesi Mario Pilesi posted a comment on discussion General Discussion

    . "C:\Program Files\NAPS2\NAPS2.exe" "F:\doc.pdf" not work in portable mode

  • Mario Pilesi Mario Pilesi posted a comment on discussion General Discussion

    Do it is possible to Opening Files in the NAPS2 GUI Portable?

  • Mario Pilesi Mario Pilesi modified a comment on discussion General Discussion

    Maybe because you use the flag IMDISK_API_NO_BROADCAST_NOTIFY that does not give time to completely close the handle? I get a similar behavior when I use API before turning off: - ImDiskSetAPIFlags(3) hang shutdown - ImDiskSetAPIFlags(2) fine shutdown It seems related to the 5 second limit for the shutdown. It seems related to this and this.

  • Mario Pilesi Mario Pilesi modified a comment on discussion General Discussion

    Maybe because you use the flag IMDISK_API_NO_BROADCAST_NOTIFY that does not give time to completely close the handle? I get a similar behavior when I use API before turning off: - ImDiskSetAPIFlags(3) hang shutdown - ImDiskSetAPIFlags(2) fine shutdown It seems related to the 5 second limit for the shutdown.

  • Mario Pilesi Mario Pilesi modified a comment on discussion General Discussion

    Following the instructions more carefully I managed to fill in Ramdyn with extract drive in files folder and DiscUtils in MountImg folder. Ty.

  • Mario Pilesi Mario Pilesi modified a comment on discussion General Discussion

    The driver (http://www.ltr-data.se/opencode.html/#ImDisk) must be extracted in the "files" folder. I don't understand which file should be downloaded and extracted with precision. The DiscUtils library and related tools must be copied in the "MountImg" folder. See the FAQ of the driver for the links: http://reboot.pro/topic/15593-faqs-and-how-tos/ Also here, I don't understand which file should be downloaded and extracted with precision. RamDyn.c: In function 'do_comm': RamDyn.c:458:40: warning:...

  • Mario Pilesi Mario Pilesi posted a comment on discussion General Discussion

    The driver (http://www.ltr-data.se/opencode.html/#ImDisk) must be extracted in the "files" folder. I don't understand which file should be downloaded and extracted with precision. The DiscUtils library and related tools must be copied in the "MountImg" folder. See the FAQ of the driver for the links: http://reboot.pro/topic/15593-faqs-and-how-tos/ Also here, I don't understand which file should be downloaded and extracted with precision. RamDyn.c:243:34: error: unknown type name 'DEVICE_DATA_SET_RANGE'...

  • Mario Pilesi Mario Pilesi modified a comment on discussion General Discussion

    Do it is difficult for me to use API after mount instead of command line switch in RamDyn? f.e. how convert this to API? -t proxy -o shm -f RamDynXXX -m "Z:" -o fix -o hd -o rw -p "/FS:NTFS /A:512 /Y /V:Test" f.e. I convert -D -m Z: to ImDiskSetAPIFlags(2) ImDiskRemoveDevice(0, 0, "Z:")

  • Mario Pilesi Mario Pilesi modified a comment on discussion General Discussion

    Do it is difficult for me to use API after mount instead of command line switch in RamDyn? f.e. how convert this to API? -t proxy -o shm -f RamDynXXX -m "Z:" -o fix -o hd -o rw -p "/FS:NTFS /A:512 /Y /V:Test" f.e. I convert -D -m X: to ImDiskSetAPIFlags(2) ImDiskRemoveDevice(0, 0, "X:")

  • Mario Pilesi Mario Pilesi modified a comment on discussion General Discussion

    Do it is difficult (p.e. complex structured data) for me to use API after mount instead of command line switch in RamDyn? f.e. how convert this to API? -t proxy -o shm -f RamDynXXX -m "Z:" -o fix -o hd -o rw -p "/FS:NTFS /A:512 /Y /V:Test" f.e. I convert -D -m X: to ImDiskSetAPIFlags(2) ImDiskRemoveDevice(0, 0, "X:")

  • Mario Pilesi Mario Pilesi modified a comment on discussion General Discussion

    Do it is difficult (p.e. complex structured data) for me to use API after mount instead of command line switch in RamDyn? f.e. how convert this to API? -t proxy -o shm -f RamDynXXX -m "Z:" -o fix -o hd -o rw -p "/FS:NTFS /A:512 /Y /V:Test"

  • Mario Pilesi Mario Pilesi modified a comment on discussion General Discussion

    Do it is difficult for me to use API after mount instead of command line switch in RamDyn? f.e. how convert this to API? -t proxy -o shm -f RamDynXXX -m "Z:" -o fix -o hd -o rw -p "/FS:NTFS /A:512 /Y /V:Test"

  • Mario Pilesi Mario Pilesi posted a comment on discussion General Discussion

    Do it is difficult for me to use API after mount instead of command line switch in RamDyn? f.e. how convert this to API? -o fix -o hd -o rw -p "/FS:NTFS /A:512 /Y /V:Test"

  • Mario Pilesi Mario Pilesi modified a comment on discussion General Discussion

    See down.

  • Mario Pilesi Mario Pilesi modified a comment on discussion General Discussion

    See down.

  • Mario Pilesi Mario Pilesi posted a comment on discussion General Discussion

    Maybe because you use the flag IMDISK_API_NO_BROADCAST_NOTIFY that does not give time to completely close the handle? I get a similar behavior when I use API before turning off: - ImDiskSetAPIFlags(3) hang shutdown - ImDiskSetAPIFlags(2) fine shutdown Do you can to try to remove it or add a command line switch inProxyCript and RamDyn? static LRESULT __stdcall WndProc(HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam) { if (Msg == WM_ENDSESSION || (Msg == WM_POWERBROADCAST && wParam == PBT_APMSUSPEND...

  • Mario Pilesi Mario Pilesi modified a comment on discussion General Discussion

    Maybe because you use the flag IMDISK_API_NO_BROADCAST_NOTIFY that does not give time to completely close the handle? I get a similar behavior when I use API before turning off: - ImDiskSetAPIFlags(3) hang shutdown - ImDiskSetAPIFlags(2) fine shutdown Do you can to try to remove it or add a command line switch inProxyCript and RamDyn? static LRESULT __stdcall WndProc(HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam) { if (Msg == WM_ENDSESSION || (Msg == WM_POWERBROADCAST && wParam == PBT_APMSUSPEND...

  • Mario Pilesi Mario Pilesi modified a comment on discussion General Discussion

    Maybe because you use the flag IMDISK_API_NO_BROADCAST_NOTIFY that does not give time to completely close the handle? I get a similar behavior when I use bees before turning off: - ImDiskSetAPIFlags(3) hang shutdown - ImDiskSetAPIFlags(2) fine shutdown Do you can to try to remove it or add a command line switch inProxyCript and RamDyn? static LRESULT __stdcall WndProc(HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam) { if (Msg == WM_ENDSESSION || (Msg == WM_POWERBROADCAST && wParam == PBT_APMSUSPEND...

  • Mario Pilesi Mario Pilesi modified a comment on discussion General Discussion

    Maybe because you use the flag IMDISK_API_NO_BROADCAST_NOTIFY that does not give time to completely close the handle? I get a similar behavior when I use bees before turning off: - ImDiskSetAPIFlags=3 hang shutdown - ImDiskSetAPIFlags=2 fine shutdown Do you can to try to remove it or add a command line switch inProxyCript and RamDyn? static LRESULT __stdcall WndProc(HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam) { if (Msg == WM_ENDSESSION || (Msg == WM_POWERBROADCAST && wParam == PBT_APMSUSPEND...

  • Mario Pilesi Mario Pilesi modified a comment on discussion General Discussion

    Maybe because you use the flag IMDISK_API_NO_BROADCAST_NOTIFY that does not give time to completely close the handle? I get a similar behavior when I use bees before turning off: - ImDiskSetAPIFlags=3 hang shutdown - ImDiskSetAPIFlags=1 fine shutdown Do you can to try to remove it or add a command line switch inProxyCript and RamDyn? static LRESULT __stdcall WndProc(HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam) { if (Msg == WM_ENDSESSION || (Msg == WM_POWERBROADCAST && wParam == PBT_APMSUSPEND...

  • Mario Pilesi Mario Pilesi modified a comment on discussion General Discussion

    Maybe because you use the flag IMDISK_API_NO_BROADCAST_NOTIFY that does not give time to completely close the handle? I get a similar behavior when I use bees before turning off: * ImDiskSetAPIFlags=3 hang shutdown * ImDiskSetAPIFlags=1 fine shutdown Do you can to try to remove it or add a command line switch inProxyCript and RamDyn? static LRESULT __stdcall WndProc(HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam) { if (Msg == WM_ENDSESSION || (Msg == WM_POWERBROADCAST && wParam == PBT_APMSUSPEND...

  • Mario Pilesi Mario Pilesi modified a comment on discussion General Discussion

    Maybe because you use the flag IMDISK_API_NO_BROADCAST_NOTIFY that does not give time to completely close the handle? I get a similar behavior when I use bees before turning off: * ImDiskSetAPIFlags=3 hang shutdown * ImDiskSetAPIFlags=1 fine shutdown Do you can to try to remove it or add a command line switch inProxyCript and RamDyn? static LRESULT __stdcall WndProc(HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam) { if (Msg == WM_ENDSESSION || (Msg == WM_POWERBROADCAST && wParam == PBT_APMSUSPEND...

  • Mario Pilesi Mario Pilesi modified a comment on discussion General Discussion

    Maybe you use the flag IMDISK_API_NO_BROADCAST_NOTIFY that does not give time to completely close the handle? Do you can to try to remove it or add a command line switch inProxyCript and RamDyn? static LRESULT __stdcall WndProc(HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam) { if (Msg == WM_ENDSESSION || (Msg == WM_POWERBROADCAST && wParam == PBT_APMSUSPEND && suspend_close)) { device_dismount((void*)(IMDISK_API_FORCE_DISMOUNT | IMDISK_API_NO_BROADCAST_NOTIFY)); return 0; } else return DefWindowProc(hWnd,...

  • Mario Pilesi Mario Pilesi modified a comment on discussion General Discussion

    Maybe you use the flag IMDISK_API_NO_BROADCAST_NOTIFY that does not give time to completely close the handle? Do you can to try to remove it inProxyCript and RamDyn? static LRESULT __stdcall WndProc(HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam) { if (Msg == WM_ENDSESSION || (Msg == WM_POWERBROADCAST && wParam == PBT_APMSUSPEND && suspend_close)) { device_dismount((void*)(IMDISK_API_FORCE_DISMOUNT | IMDISK_API_NO_BROADCAST_NOTIFY)); return 0; } else return DefWindowProc(hWnd, Msg, wParam, lParam);...

  • Mario Pilesi Mario Pilesi posted a comment on discussion General Discussion

    Maybe you use the flag IMDISK_API_NO_BROADCAST_NOTIFY that does not give time to completely close the handle?

  • Mario Pilesi Mario Pilesi modified a comment on discussion General Discussion

    I found some ideas. I have a encrypted volume that open with ProxyCrypt64avx.exe in X: In X: I have RamDyn.exe I create a volume Y: with X:RamDyn.exe Before shutdown I use imdisk -D -m Y: imdisk -D -m X: RamDyn.exe close and shutdown work If I not force unmount the shutdown hang and sometimes but not always i get "Task Host Window" warning. I have tested: If I move RamDyn.exe from X:encrypted to C:phisical Shutdown sometimes it works and others are not (timeout?).

  • Mario Pilesi Mario Pilesi posted a comment on discussion General Discussion

    Ty.

  • Mario Pilesi Mario Pilesi posted a comment on discussion General Discussion

    It work with ImDiskRemoveDevice. Closed.

  • Mario Pilesi Mario Pilesi posted a comment on discussion General Discussion

    When I unmount a volume with ImDisk -D -m x: RamDyn.exe process release. But when I use ImDiskRemoveMountPoint API volume unmout but process non release.

  • Mario Pilesi Mario Pilesi modified a comment on discussion General Discussion

    I found some ideas. I have a encrypted volume that open with ProxyCrypt64avx.exe in X: In X: I have RamDyn.exe I create a volume Y: with X:RamDyn.exe Before shutdown I use imdisk -D -m Y: imdisk -D -m X: RamDyn.exe close and shutdown work If I not force unmount the shutdown hang and sometimes but not always i get "Task Host Window" warning. Instead if I unmount with API ImDiskRemoveMountPoint the volume is unmounted but the RamDyn.exe, also if located in a phisical volume, remain and shutdown hang...

  • Mario Pilesi Mario Pilesi modified a comment on discussion General Discussion

    I found some ideas. I have a encrypted volume that open with ProxyCrypt64avx.exe in X: In X: I have RamDyn.exe I create a volume Y: with X:RamDyn.exe Before shutdown I use imdisk -D -m Y: imdisk -D -m X: RamDyn.exe close and shutdown work If I not force unmount the shutdown hang sometimes but not always i get "Task Host Window" warning. Instead if I unmount with API ImDiskRemoveMountPoint the volume is unmounted but the RamDyn.exe, also if located in a phisical volume, remain and shutdown hang the...

  • Mario Pilesi Mario Pilesi posted a comment on discussion General Discussion

    I found some ideas. I have a encrypted volume that open with ProxyCrypt64avx.exe in X: In X: I have RamDyn.exe I create a volume Y: with X:RamDyn.exe Before shutdown I use imdisk -D -m Y: imdisk -D -m X: RamDyn.exe close and shutdown work If I not force unmount the shutdown hang sometimes but not always i get "Task Host Window" warning. Instead if I unmount with API ImDiskRemoveMountPoint the volume is unmounted but the RamDyn.exe, also if located in a phisical volume, remain and shutdown hang the...

  • Mario Pilesi Mario Pilesi posted a comment on discussion General Discussion

    ty, please try to mount a ntfs crypted volume, and copy and execute files. After close, see if have opened transactional ntfs files and shutdown without expliti unmount.

  • Mario Pilesi Mario Pilesi modified a comment on discussion General Discussion

    Auto-Dismount when system enters a Suspended state. Do it is possible to add a option to Auto-Dismount when system enters a shutdown state to try if it solve the problem? I think that with the latest versions of Windows, ImDisk cannot normally unmount the driver due to the transactional ntfs that leaves open handle. But it affect crypted driver and not uncrypted driver. It happens in two different computers with the same last OS.

  • Mario Pilesi Mario Pilesi modified a comment on discussion General Discussion

    Auto-Dismount when system enters a Suspended state. Do it is possible to add a option to Auto-Dismount when system enters a shutdown state to try if it solve the problem? I think that with the latest versions of Windows, ImDisk cannot normally unmount the driver due to the transactional ntfs that leaves open handle. But it affect crypted driver and not uncrypted driver. It happens if two different computers with the same last OS.

  • Mario Pilesi Mario Pilesi posted a comment on discussion General Discussion

    Auto-Dismount when system enters a Suspended state. Do it is possible to add a option to Auto-Dismount when system enters a shutdown state to try if it solve the problem? I think that with the latest versions of Windows, ImDisk cannot normally unmount the driver due to the transactional ntfs that leaves open handle. But it affect crypted driver and not uncrypted driver.

  • Mario Pilesi Mario Pilesi posted a comment on discussion Help

    ok, ty.

  • Mario Pilesi Mario Pilesi posted a comment on discussion Help

    I undstand this but when I overwrite config file, I need to totally reconfigure it.

  • Mario Pilesi Mario Pilesi posted a comment on discussion Help

    I overwrite portable version. Win, 2.53. I not restore, i mantain KeePass.exe.config in folder. Local file.

  • Mario Pilesi Mario Pilesi posted a comment on discussion Help

    After any update in ver 2 i get "Found invalid data while decoding" and I have to reset it. How to do?

  • Mario Pilesi Mario Pilesi posted a comment on discussion Open Discussion

    The dark mode in Windows 10 now affect also normal application (see fb2k f.e.). High Contrast is not a real dark mode.

  • Mario Pilesi Mario Pilesi posted a comment on discussion General Discussion

    1 - I have Naps2 windows and Browser window. 2 - I scan in Naps2 and save pdf. 3 - II switch to Browser page and in select file browser to folder where i saved pdf and select it. Instead of 3 I would. I switch to browser page and in select file browser press CTRL-V to past filename path without select it manually with mouse.

  • Mario Pilesi Mario Pilesi posted a comment on discussion General Discussion

    it's something but the excellent would be SetClipboardData automatically after file save. I almost always after scan use browse in other app and have to navigate to find the file. It is more immediate to have filename ready in clipboard and use directly ctrl-v to fill the field.

  • Mario Pilesi Mario Pilesi posted a comment on discussion General Discussion

    Up.

  • Mario Pilesi Mario Pilesi posted a comment on discussion General Discussion

    Do you can add a option to copy filename path to clipboard after save files?

  • Mario Pilesi Mario Pilesi posted a comment on discussion General Discussion

    I not have a virus. The problem persist also changing antivirus. My esperience with Nvidia problem, Intel Graphics problem. Also you has the same problem with same solution? Then problem can to be imdisk?

  • Mario Pilesi Mario Pilesi posted a comment on discussion General Discussion

    I often have a problem of missing full shutdown in Win 10 on a computer but not in other. I noticied that it solve if I before manually unmont a ImDisk unit and a ProxyCypt unit. Do it is a bug?

  • Mario Pilesi Mario Pilesi modified a comment on discussion Help

    I have last 2.50 Keepass portable in Windows. When I try to install KeePassSubsetExport plugin I get a incopatibility. Then I create un Symbolic Link from other folder to Plugin folder, and Keepass start without warning, and I see the plugin in menu, but it not work. The author instead have plugin working with 2.50. How to explain. What can we do to make it work? I have also noticed that many plugins present in site do not work me for incompatibility.

  • Mario Pilesi Mario Pilesi posted a comment on discussion Help

    I have solved overwriting the KeePass.config.xml with original.

  • Mario Pilesi Mario Pilesi modified a comment on discussion Help

    I have last 2.50 Keepass portable in Windows. When I try to install KeePassSubsetExport plugin I get a incopatibility. Then I create un Symbolic Link from other folder to Plugin folder, and Keepass start without warning, and I see the plugin in menu, but it not work. The author instead have plugin working with 2.50. How to explain. What can we do to make it work? I have also noticed that many plugins present in site do not work me for incompatibility.

  • Mario Pilesi Mario Pilesi posted a comment on discussion Help

    I have last 2.50 Keepass portable in Windows. When I try to install KeePassSubsetExport plugin I get a . Then I create un Symbolic Link from other folder to Plugin folder, and Keepass start without warning, and I see the plugin in menu, but it not work. The author instead have plugin working with 2.50. How to explain. What can we do to make it work? I have also noticed that many plugins present in site do not work me for incompatibility.

  • Mario Pilesi Mario Pilesi posted a comment on discussion Help

    It is very little written, but better than anything.

  • Mario Pilesi Mario Pilesi posted a comment on discussion Help

    Do it have a KPS script more detailed manual?

  • Mario Pilesi Mario Pilesi posted a comment on discussion General Discussion

    ProxyCrypt_full-2.6.2.zip official release remain with ProxyCrypt32*.exe are encrypted.

  • Mario Pilesi Mario Pilesi posted a comment on discussion General Discussion

    ok ty.

  • Mario Pilesi Mario Pilesi posted a comment on discussion General Discussion

    When I try, I get 260 errors and 89 warning.

  • Mario Pilesi Mario Pilesi posted a comment on discussion General Discussion

    I not find it in source doc: puts(" Error. Please retry.\a");

  • Mario Pilesi Mario Pilesi modified a comment on discussion General Discussion

    To be precise: The files in "Source" but "source" itself are encrypted. However I imagined that it is an automatism and I thought of warning you.

  • Mario Pilesi Mario Pilesi posted a comment on discussion General Discussion

    To be precise: The files in "Source" but "source" itself are not encrypted. However I imagined that it is an automatism and I thought of warning you.

  • Mario Pilesi Mario Pilesi posted a comment on discussion General Discussion

    "source" folder in ProxyCrypt.zip have a empty password to decompress.

  • Mario Pilesi Mario Pilesi posted a comment on discussion General Discussion

    Do it is possible to compile in Visual Studio?

  • Mario Pilesi Mario Pilesi modified a comment on discussion General Discussion

    Maybe it may be a lacks discretion missing option f.e. if you use the tool in a non-private own computer. It should be Default and sound by Option. The best would be also a sound with system sound off. When I use ProxyCrypt In mixer volume I can to set volume for "Acoustic signals System". I don't know if it is also possible to have a mixer volume specific for ProxyCrypt instead of signals System.

  • Mario Pilesi Mario Pilesi modified a comment on discussion General Discussion

    Maybe it may be a lacks discretion missing option f.e. if you use the tool in a non-private own computer. It should be Default and sound by Option. The best would be also a sound with system sound off.

  • Mario Pilesi Mario Pilesi modified a comment on discussion General Discussion

    Maybe it may be a lacks discretion missing option f.e. if you use the tool in a non-private own computer. It should be Default and sound by Option. The best would be a sound also with system sound off.

  • Mario Pilesi Mario Pilesi modified a comment on discussion General Discussion

    Maybe it may be a lacks discretion missing option f.e. if you use the tool in a non-private own computer. It should be Default and Sound by Option.

  • Mario Pilesi Mario Pilesi modified a comment on discussion General Discussion

    Maybe it may be a lacks discretion missing option f.e. if you use the tool in a non-private own computer.

  • Mario Pilesi Mario Pilesi posted a comment on discussion General Discussion

    Maybe it may be a lacks discretion missing option f.e. if you use the tool in a non-private computer.

  • Mario Pilesi Mario Pilesi posted a comment on discussion General Discussion

    It works like this. Ty.

  • Mario Pilesi Mario Pilesi posted a comment on discussion General Discussion

    Ctrl-G work in dos but I not see how implement in proxycrypt. When password is wrong PC loop inadee. It should produce a sound directly from itself.

  • Mario Pilesi Mario Pilesi posted a comment on discussion General Discussion

    When I wake up in the morning, I turn on the computer with my eyes closed and I insert the password. I would like to hear a beep to understand that you have to re-enter it. :-) I usually keep the disabled system sounds and I have not tried if PC from DOS produces a sound when the password is wrong. I would also like if you could set the volume and, if the beep is used, the frequency. Ty.

  • Mario Pilesi Mario Pilesi posted a comment on discussion General Discussion

    Do it is possible to add a command line switch to play a beep or a sound when password is wrong?

  • Mario Pilesi Mario Pilesi posted a comment on discussion General Discussion

    It work fine, ty.

  • Mario Pilesi Mario Pilesi posted a comment on discussion General Discussion

    No problem for me, ty.

  • Mario Pilesi Mario Pilesi posted a comment on discussion General Discussion

    In this way, however, there are greater risks of leaving traces on your proxycrypt configuration. Consider adding an option. ty

  • Mario Pilesi Mario Pilesi posted a comment on discussion General Discussion

    Rather cumbersome but it works.

  • Mario Pilesi Mario Pilesi posted a comment on discussion General Discussion

    I Have dest.bat: echo %1 & pause I have dest.lnk to dest.bat: destination: c:\dest.bat I Have script.bat: START dest.lnk argument1 I not see how argument1 can come to dest.bat if bridge dest.lnk not accept any argument.

  • Mario Pilesi Mario Pilesi posted a comment on discussion General Discussion

    but again, in lnk I can't pass arguments from a script.

  • Mario Pilesi Mario Pilesi posted a comment on discussion General Discussion

    ty

  • Mario Pilesi Mario Pilesi posted a comment on discussion General Discussion

    in .bat I don't think I can to set custom font size.

  • Mario Pilesi Mario Pilesi posted a comment on discussion General Discussion

    If I launch ProxyCrypt form a "system" command in c++ the console is sure as when is directly launched? system("c:\ProxyCrypt.exe ...")

  • Mario Pilesi Mario Pilesi posted a comment on discussion General Discussion

    I can't to use lnk. I use a script to generate a proxycrypt command on the fly, and then I not can to pass argument to lnk.

  • Mario Pilesi Mario Pilesi posted a comment on discussion General Discussion

    When I wake up I struggle to read the small print on the screen. But I can also use ".lnk". ty

  • Mario Pilesi Mario Pilesi posted a comment on discussion Open Discussion

    When I use "%ProgramFiles%\7-Zip\7z.exe" -tzip a -mem=AES256 c:\text.zip c:\text.txt -p[more that 100 characters] I get a "System ERROR:" do it is possible instead password longer than 99 characters?

  • Mario Pilesi Mario Pilesi posted a comment on discussion Open Discussion

    echo pwd|"C:\Program Files\7-Zip\7z.exe" a file.7zx k:\file.au3 -p work echo pwd|"C:\Program Files\7-Zip\7z.exe" x "K:\file.7zx" -oK:\file -p not work why? i would to avoid pass password in command line directly with -p parameter for best sure.

  • Mario Pilesi Mario Pilesi posted a comment on discussion General Discussion

    Do it is possible to add a option to customize font size in console with SetConsoleFontEx?

  • Mario Pilesi Mario Pilesi posted a comment on discussion Open Discussion

    I realized that this difference is due to the file cache. If I test first gpg and after 7z it's faster than 7z and vice versa.

  • Mario Pilesi Mario Pilesi modified a comment on discussion Open Discussion

    I use -t7z both. -tzip not work if password is longer than 100 characters.

  • Mario Pilesi Mario Pilesi modified a comment on discussion Open Discussion

    I use -t7z both.

  • Mario Pilesi Mario Pilesi posted a comment on discussion Open Discussion

    I use -t7z both. 7z.exe a -tzip abc.zip -mem=AES256 -mm=Deflate64 c:\abc*.* -p pack but not encrypt.

  • Mario Pilesi Mario Pilesi modified a comment on discussion Open Discussion

    When I pack with 7-Zip without encryption and then encrypt it with GnuPG is much faster than that encrypt same with 7-Zip. Why? do it is possible speed up 7-Zip encryption via command line?

  • Mario Pilesi Mario Pilesi posted a comment on discussion Open Discussion

    When I pack with 7-Zip without encryption and then encrypt it with GnuPG is much faster than that encrypt same with 7-Zip. Why? do it is possible speed up 7-Zip encryption?

  • Mario Pilesi Mario Pilesi posted a comment on discussion General Discussion

    In other PC it work. c:\Windows\System32\mfilemon.log

  • Mario Pilesi Mario Pilesi modified a comment on discussion General Discussion

    when I try do add a pdf mark it not work. why? "c:\Program Files\gs\bin\gswin64c.exe" -dBATCH -dSAFER -dNOPAUSE -sDEVICE=pdfwrite -dPDFSETTINGS=/prepress -dAutoRotatePages=/PageByPage -r300 -sOutputFile="%f" "C:\path\mark.txt" - where i find the log?

  • Mario Pilesi Mario Pilesi posted a comment on discussion General Discussion

    when I try do add a pdf mark it not work. why? "c:\Program Files\gs\bin\gswin64c.exe" -dBATCH -dSAFER -dNOPAUSE -sDEVICE=pdfwrite -dPDFSETTINGS=/prepress -dAutoRotatePages=/PageByPage -r300 -sOutputFile="%f" "C:\path\mark.txt" -

  • Mario Pilesi Mario Pilesi posted a comment on discussion MM3-ProxySwitch

    Do you plane DOH support?

  • Mario Pilesi Mario Pilesi posted a comment on discussion General Discussion

    2.5.1 work fine, ty.

1 >