Skip to content

Find all the cards in the current folder, and then pass them one by one to CharaCardConv_KKStoKK.exe for execution.

Notifications You must be signed in to change notification settings

soapproject/batch-call-CharaCardConv_KKStoKK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

batch-call-CharaCardConv_KKStoKK

A simple script to find all the cards in the current folder, and then pass them one by one to CharaCardConv_KKStoKK.exe for execution.

Usage

Example

First, you'll need CharaCardConv_KKStoKK.exe, of course. You can download it here.

Then put everything together, and run the script.

The script is quite straightforward, as shown below:

@echo off
for %%f in (*.png) do (
    start /B CharaCardConv_KKStoKK.exe "%%f" > nul
)
echo All done!
pause

About

Find all the cards in the current folder, and then pass them one by one to CharaCardConv_KKStoKK.exe for execution.

Resources

Stars

Watchers

Forks

Packages

No packages published