使用不同的参数创建许多exe文件. [英] Create many exe file with different parameters.

查看:100
本文介绍了使用不同的参数创建许多exe文件.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是一名CS学生,正在尝试自我学习.

我想知道是否有一个库或教程可以创建类似于Visual Studio中的控制台应用程序的可执行文件.

我想创建一个zip helper可执行文件,该文件可在Task Scheduler中用于我拥有的不同PC.

听起来像是个疯狂的主意,但它看起来既有趣又酷!

更新:
我想知道是否有一个库或教程可以创建类似于Visual Studio中的控制台应用程序的可执行文件. exe文件将在不同的计算机上制作,以使计算机在任务计划程序中具有用于任务的exe文件.

我想创建一个zip helper可执行文件,该文件可在Task Scheduler中用于我拥有的不同pc.我有一个Zip Helper程序.它在某些地方以某些扩展名和某个保留日期来压缩内容.因此,我想创建一个任务计划程序,将某些文件扩展名压缩到指定的文件夹中.我想在网络中的许多计算机上执行此操作,而不必手动创建每台计算机.每个exe文件将执行相同的操作,但具有不同的过滤器.为此,任务计划程序将需要一个exe文件.我不知道任何书写语言,所以我会朝着这个方向发展.

Hi I am a CS student that is trying to self learn.

I am wanting to know if there is a library or a tutorial that will create an executable file that is similar to the console application in Visual studio.

I want to create a zip helper executable file which can be used in Task Scheduler for the different pcs I have.

Sounds kind of like a crazy idea, but it seems fun and cool!

UPDATE:
I am wanting to know if there is a library or a tutorial that will create an executable file that is similar to the console application in Visual studio. The exe files will be made in different computers, for the computers to have an exe file for a task in task scheduler.

I want to create a zip helper executable file which can be used in Task Scheduler for the different pcs I have.I have a Zip Helper program. It zips things up at certain places with certain extensions with a certain retention date. So I want to create a task scheduler that will zip certain file extensions at a specified folder. And I want to do this with many computers in my network and not have to manually create each one. Each exe file will do the samething but have different filters. And Task scheduler would need an exe file for this. I don''t know any scrippting languages so I am going for this direction.

推荐答案

您的要求是不要大喊"customized .EXE"完全是我他们说您需要一个.EXE文件,该文件应在每台计算机上执行完全相同的操作,只是要处理的文件是不同的.这意味着一个标准的.EXE和某种类型的配置文件来告诉.EXE它应该做什么.可以为该工具将在其上运行的特定机器编写配置文件.
You''re requirements don''t scream "customized .EXE" to me at all. They say you need an .EXE that does the exact same thing on every machine, just the files it''s going to process are different. That means a standard .EXE and a configuration file of some kind to tell the .EXE what it should be doing. The config file can be written for the specific machine this tool will run on.


您好,
您可以创建一个批处理文件并添加您拥有的exe名称并提供参数
做到这一点.我猜该exe可以完成您提到的保留工作.
您可以在另一台计算机上修改批处理文件参数.
谢谢
Hi,
You can create a batch file and add exe name that you have and give the parameters
to it. I guess the exe would do the retention job you mentioned.
You can modify the batch file parameter in different computer you have.
Thanks,


这篇关于使用不同的参数创建许多exe文件.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆