Autodesk COMBUSTION-4 Network Guide - Page 21

to each workstation startup folder, and when a user, logs in, the batch file runs

Page 21 highlights

If you still have many workstations to set up, you can break out a scripting language with some kind of for loop and... enter foreach (3..100) { system qq(At \\pc${_] 4:30 / INTERACTIVE \\pc1\myshare\install_combustio n4.bat } Another way to do it would be to copy the batch file to each workstation startup folder, and when a user logs in, the batch file runs, and soon thereafter the user runs combustion 4. Silently Installing combustion ❚❘❘ 17

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42

Silently Installing combustion
17
❚❘❘
If you still have many workstations to set up, you can
break out a scripting language with some kind of for
loop and… enter
foreach (3..100)
{
system qq(At \\pc${_] 4:30 /
INTERACTIVE
\\pc1\myshare\install_combustio
n4.bat
}
Another way to do it would be to copy the batch file
to each workstation startup folder, and when a user
logs in, the batch file runs, and soon thereafter the
user runs
combustion
4
.