Platform LSF Administration Guide Version 6.2
Chapter 32
Job Starters
Administering Platform LSF
489
#!/bin/sh
set term = xterm
eval "$*"
Windows
If you define the LSF_JOB_STARTER environment variable as follows:
%
set LSF_JOB_STARTER=C:\cmd.exe /C
Then you run a simple DOS shell job:
C:\>
lsrun dir /p
The command that actually runs is:
C:\cmd.exe /C dir /p