d/lloodd11_85

Aktueller Eintrag abgelaufen

Name d/lloodd11_85
Aktualisiert 28. Okt. 2024, 20:40 UTC vor 1.8y · Höhe 743,319
Läuft ab 2. Juli 2025, 17:44 UTC ca. vor 1.1y · -60,304 Blöcke
Erstmals registriert 2. Dez. 2013, 14:05 UTC vor 12.7y · Höhe 148,955
Letzte Update-Tx ef9ea857f68e…2ec1eeee82

Wert

 

Operationsverlauf (6)

TRANSFER Oct 28, 2024 · 08:40 PM UTC blk 743,319
TRANSFER Mar 6, 2024 · 11:29 AM UTC blk 708,990
TRANSFER Jul 11, 2023 · 04:20 AM UTC blk 673,369
TRANSFER Nov 8, 2022 · 05:09 PM UTC blk 637,816
REGISTER Mar 10, 2022 · 09:17 AM UTC blk 602,433
REGISTER Dec 2, 2013 · 02:05 PM UTC blk 148,955
Wert
one often.
4) .CTL: This is a control file for batch jobs. It tells the batch job what to
do when it logs in. Batch jobs are jobs logged into the account which created
it to carry out commands. Further discussion of batch jobs is in the next
TOPS article. The format for usage of these files are:
@SUBmit FILENAME.CTL
5) .EXE: Files of this sort are executable from the exec level. They are
assembled programs in machine language and the fastest sort of program on the
TOPS. To use them, type:
@<DIRECTORY>FILENAME.EXE
6) .HLP: This is basically just a text file. Use the same command as the .TXT
forms of files. If a file of this sort is placed within the actual <HELP>
directory, it becomes available to the whole system by simply typing:
@HELP FILENAME
All information obtained through the HELP command is actually in the form of
files in the <HELP> directory.
7) .INIT: These are initialization routines for various programs. They are not
used directly.
8) .LOG: This is the output of batch jobs.