Why plot does not plot

pnt p1 0 0 0
pnt p2 0 100 0
#pnt p3 45 45 0
#pnt p4 45 55 0
line l1 p1 p2 10
#line l2 p3 p4
seta se1 l l1
#seta se2 l l2
swep se1 ses1 tra 100 0 0
#swep se2 ses2 tra 10 0 0
seta ses s A001
swep ses ses3 tra 0 0 -4
#seta ses4 s A002
#swep ses4 ses5 tra 0 0 -4

#meshing
div all 10
elty all he8
mesh all
send all abq # no all.msh is created, why?

plot f all # my frame must be drawn in cgx window but it is not, why?
view edge off
view elem

send load abq dflux ses3 e541 # load.dfl must be created but it is not, why?

There is no idea of mine to obviate it yet.

ERROR: # in format abq not yet supported
done

gtol calculated:1.000000e-03
prnt se
1 all stat:o n:1331 e:1000 f:600 p:8 l:12 c:0 s:6 b:1 L:0 S:0 se:0 sh:0 v:0
3 se1 stat:c n:9 e:0 f:0 p:0 l:1 c:0 s:0 b:0 L:0 S:0 se:0 sh:0 v:0
4 ses1 stat:c n:11 e:0 f:0 p:2 l:1 c:0 s:0 b:0 L:0 S:0 se:0 sh:0 v:0
5 ses stat:c n:81 e:0 f:64 p:0 l:0 c:0 s:1 b:0 L:0 S:0 se:0 sh:0 v:0
6 ses3 stat:c n:121 e:0 f:100 p:4 l:4 c:0 s:1 b:0 L:0 S:0 se:0 sh:0 v:0
7 -NJBY stat:c n:0 e:0 f:0 p:0 l:0 c:0 s:0 b:0 L:0 S:0 se:0 sh:0 v:0
send all abq
please wait for ‘ready’
write abaqus data
file all.msh opened
ready

Well, but why send all abq does not work from file.fbd? As it is expected.

I do not know how to start a comment line, yet.

I have this line to be different, a little
prnt se
1 all stat:o n:0 e:0 f:0 p:8 l:12 c:0 s:6 b:1 L:0 S:0 se:0 sh:0 v:0

i work with cgx,
so if you have no nodes and elements,
so it could be a problem to send a mesh

works fine

This piece of code is supposed to provide nodes and elements even if I work in cgx and shell and not on SciTE as you do.
There is some simple thing that I miss.

maybe not behind a line with command to use these #

Of course! Lot of thanks.

here it works, but maybe not with all commands: