ProductsAbaqus/StandardAbaqus/Explicit Command summaryabaqus
fetchjobjob-name
inputinput-file
Command line options
ExamplesTo fetch the example input file c2.inp from the archive files, use the following command: abaqus fetch job=c2.inp To fetch all files associated with job c8 from the archive files, do not specify a file extension. The following command will extract both the input file (c8.inp) and the user subroutine file (c8.f): abaqus fetch job=c8 To fetch the sample parametric study scripting file parstudy.psf from the archive files, use the following command: abaqus fetch job=parstudy.psf |