|
|
When installing software, all commands have to be typed as installation proceeds. There is no batch installation possible. Especially when downloading many files, this might be annoyingly lengthy. The VS 2070 Installer is able to process script files as shown; $ #speed 38400 chd /r2 del *.* #send miopa_v6 #send service_v6 #send parser_v6 #send detlight_v6 #send LCDpad_v6 #send VSPLUS6_v6 attr * -epe copy * -w=/f0 -r The script changes to drive /r2, deletes all files, sends a number of files by Kermit to the controller, makes them executable and copies them all to drive /f0 - automatically. Links: |
|