Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
2
Task/Hostname/REXX/hostname-1.rexx
Normal file
2
Task/Hostname/REXX/hostname-1.rexx
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
say value('COMPUTERNAME',,"ENVIRONMENT")
|
||||
say value('OS',,"ENVIRONMENT")
|
||||
2
Task/Hostname/REXX/hostname-2.rexx
Normal file
2
Task/Hostname/REXX/hostname-2.rexx
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
say value('COMPUTERNAME',,"SYSTEM")
|
||||
say value('OS',,"SYSTEM")
|
||||
1
Task/Hostname/REXX/hostname-3.rexx
Normal file
1
Task/Hostname/REXX/hostname-3.rexx
Normal file
|
|
@ -0,0 +1 @@
|
|||
say userid()
|
||||
1
Task/Hostname/REXX/hostname-4.rexx
Normal file
1
Task/Hostname/REXX/hostname-4.rexx
Normal file
|
|
@ -0,0 +1 @@
|
|||
'VER' /*this passes the VER command to the MS DOS system. */
|
||||
6
Task/Hostname/REXX/hostname-5.rexx
Normal file
6
Task/Hostname/REXX/hostname-5.rexx
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
/* Rexx */
|
||||
address command "hostname -f" with output stem hn.
|
||||
do q_ = 1 to hn.0
|
||||
say hn.q_
|
||||
end q_
|
||||
exit
|
||||
Loading…
Add table
Add a link
Reference in a new issue