Skip to main content

Right-click menu

info

When adding the AIP conversion and release menu for files in the folder, search and perform AIP conversion using SCFinder.exe.

1. Overview

  • The existing batch encryption (ScanEnc) tool and permission change tool (SCTL_CustomTool) have fixed document types for search targets, and the search and conversion functionalities are highly dependent on product modules, requiring the latest version patches of the product modules during feature development. Therefore, we provide search and conversion functionalities while minimizing the need for the latest module patches due to the development of batch conversion features, reducing the coupling with existing products.

1.1 Feature Overview

  • Command-based Search
  • Improving Search Speed Performance Using MFT (Master File Table)
  • Search by Document Type: General, Security (DS), AIP (MS)
  • Document Security and Minimizing MFC Dependencies
  • Provide add-in events during search and transformation to separate business logic and search functionality.
File NamepathversionDescriptionBuild Path
SCFinder.exeC:\Windows\Softcamp\sdk1.0.0.3File Search Tool\tfsbuild.softcamp.co.kr\TFSBuild_new\Package\Product\DS6.0_VS2019(ZTCA_AIP)\InstallSheild\DS27.SCMIP\SCMIP_x86\Softcamp\SDK
ResUIKOR.rcC:\Windows\Softcamp\sdk\Res\DS1.0.0.10File Search Tool Resources\tfsbuild.softcamp.co.kr\TFSBuild_new\2024\SCSDK_vs2019\SCSDK_vs2019\Res\DS

3. Execution Command

::: Param
-l : Drive letter name ex) "C"
-p : path keyword ex) "C:\test\folder1"
-e : list of extensions ex) "docx|doc|pptx|ppt|xlsx|xls|pdf"
-t : Document type ex)"drm|aip|normal"
-cs : maximum number of search files (0 : no limit) ex) 200
-cc : countConvert maximum number of conversion files (0 : no limit) ex) 200
--disableMFT : Do not use MFT search
:::

Execution command example)
Search for security documents and general documents with the extensions doc, ppt, xls, docx, pptx, xlsx, pdf in the 999.test folder on the desktop, with a maximum search count of 200 and a maximum convertible count of 200.
C:\windows\SOFTCAMP\SDK\SCFinder.exe -l C -p "C:\Users\tskim\Desktop\999.test" -e "doc|ppt|xls|docx|pptx|xlsx|pdf" -t "drm|normal" -cs 200 -cc 200