第一个批处理文件

echo off
echo ***********************************************
echo CopyRight 2015-2020 wanggang.
echo All rights reserved.
echo 设置特效文件的叠加方式
echo ***********************************************

:begin
echo ..
echo ..
echo step1
echo 把需要改变的json 文件拖入当前窗口

set /p filePath=
if "%filePath%"=="exit" Goto:end

echo step1
echo 选择叠加方式:1.normal  2.add
set /p type=
if "%type%"=="exit" Goto:end

if "%type%"=="1" Goto:runScript
if "%type%"=="2" Goto:runScript
Goto:begin

:runScript
lua.exe test.lua %filePath% %type%
Goto:begin




:end
echo 退出当前程序

 

还没有仔细学习过批处理,这次给美术做工具第一次使用,一边搜一边写,配合lua脚本,十分快捷方便。

转载于:https://www.cnblogs.com/dou-ya/p/4290534.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值