Answer the question
In order to leave comments, you need to log in
How to write a script for a console command?
How to write a script for the console command:
E:\vbox\VBoxManage.exe clonehd E:\7.60a.vdi E:\7.61a.vdi
Explanations: ((E:\vbox\VBoxManage.exe)) - the path where the console command is program
((clonehd)) - command in this program
((E:\7.60a.vdi)) - what we are copying ((E
:
\7.61a.vdi)) - what we are creating
will execute this command, replacing in it: E:\7.6xa.vdi E:\7.6xa.vdi
x- what should be changed.
Example: E:\vbox\VBoxManage.exe clonehd E:\7.60a.vdi E:\7.61a.vdi , after 10 minutes E:\vbox\VBoxManage.exe clonehd E:\7.61a.vdi E:\7.62a .vdi after 10 minutes E:\vbox\VBoxManage.exe clonehd E:\7.620a.vdi E:\7.63a.vdi
The script can be calculated for 10-20 hours of work.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question