简体   繁体   English

如何远程运行整个FinalBuilder脚本?

[英]How can I run an entire FinalBuilder script remotely?

I would like to be able to write a FinalBuilder script from my laptop where all commands are being run on a VM remotely. 我希望能够从便携式计算机上编写FinalBuilder脚本,其中所有命令都在VM上远程运行。 I need more than just PsExec. 我不仅需要PsExec。 For example, I want to be able to change a registry key on the VM while running the FinalBuilder script from my laptop. 例如,我希望能够在笔记本电脑上运行FinalBuilder脚本时在VM上更改注册表项。

Is there a way to do this? 有没有办法做到这一点?

You would need FinalBuilder installed on the vm to be able to do this, and copy the script to the VM. 您需要在vm上安装FinalBuilder才能执行此操作,然后将脚本复制到VM。 The you would have a 'controller' script on your laptop that uses psexec to to run fbcmd.exe on the vm with the script. 您的笔记本电脑上将有一个“控制器”脚本,该脚本使用psexec在具有该脚本的vm上运行fbcmd.exe。 You would need a separate license for the vm as you cannot use the same license on 2 machines at the same time (unless you have multiple floating licenses). 您将需要一个单独的虚拟机许可证,因为您无法同时在两台计算机上使用同一许可证(除非您有多个浮动许可证)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在 vps 中远程执行 bash 脚本 - how to execute bash script inside vps remotely 在 Windows VM 实例上远程运行脚本的最佳方法是什么? - What is the best way to run a script remotely on Windows VM instance? 如何从主机上的Eclipse调试器远程调试在Debian虚拟机上运行的某些代码? - How can I debug remotely some code running on a Debian Virtual Machine from Eclipse debugger on host machine? 如何使用Powershell在VMWare Workstation上远程启动VM? - How do I remotely start a VM on VMWare Workstation using Powershell? 如何让多个虚拟机在 GCP 中的同一个脚本上工作? - How can I make multiple VMs work on the same script in GCP? 如何在虚拟机上将Jboss作为守护程序运行? - How can I run Jboss as a daemon on a virtual machine? 如何使用 powershell 从我的办公室桌面远程重启 Azure VM 上的 windows 服务? - How do I restart a windows service on an Azure VM remotely from my office desktop using powershell? 如何在使用 Terraform (Azure) 创建 Windows VM 资源时运行 Powershell7 脚本 - How do I run a Powershell7 Script upon creation of a Windows VM Resource with Terraform (Azure) 如何在VM上无限期运行Shell脚本? - How to run shell script on VM indefinitely? 如何使用 argv 在 linuix 上运行 python 脚本文件? - how to run a python script file on linuix with argv?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM