要执行以下操作,需要做什么。
Action-1 : Execute an executable file from a folder.
Action-2 : Copy all the files from a Folder to the installed
directory of the above executable.
我需要一个可执行文件来执行上述两个操作。 经过研究,我发现我可以在JAVA中将其作为JAR文件或使用shell脚本执行此操作。有人可以指导我这些可以有效完成的方式。请告诉我我应该选择什么。
那么,JAVA是唯一的选择吗?
请评论可能性
动作 - 1可以像这样(感谢2杰克)在蝙蝠文件中完成
"xcopy /s DirectoryToCopy ProgramDirectory"
监视Action-1是否已完成,然后执行Action-2。仅在执行完成后,应该启动Action-2。有人可以指导我在剧本中给出哪种条件。