User Tools

Site Tools


vms_zork

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
vms_zork [2026/05/02 13:25] adminvms_zork [2026/05/03 02:21] (current) admin
Line 1: Line 1:
-#Copy and unzip.+**# Copy and unzip to dir.**
  
 +{{0:zorkvms.zip}}
  
 +**# to build for this system. Must have fortran compiler installed.**
  
-@build - to build for this system. Must have fortran compiler installed.+<code -> 
 +@build 
 +</code>
  
-# set the file attributes+**# set the file attributes**
  
-SET FILE /ATTRIBUTES=(RFM:VFC,RAT:PRN,LRL:6) DKA0:[GAMES.ZORK]DINDX.DAT+<code -> 
 +SET FILE /ATTRIBUTES=(RFM:VFC,RAT:PRN,LRL:6) DKA0:[GAMES.ZORK]DINDX.DAT 
 +</code>
  
-SET FILE /ATTRIBUTES=(RFM:FIX,RAT:CR,LRL:76) DKA0:[GAMES.ZORK]DTEXT.DAT+<code -> 
 +SET FILE /ATTRIBUTES=(RFM:FIX,RAT:CR,LRL:76) DKA0:[GAMES.ZORK]DTEXT.DAT 
 +</code>
  
-$ EDIT SYS$MANAGER:SYLOGIN.COM <-- make the game playable by all from keyword zork+**# make the game playable by all from keyword zork**
  
-#set file permissions+<code -> 
 +EDIT SYS$MANAGER:SYLOGIN.COM 
 +</code>
  
-SET SECURITY /PROTECTION=(W:RE) DKA0:[000000]GAMES.DIR+**# set file permissions** 
 + 
 +<code -> 
 +SET SECURITY /PROTECTION=(W:RE) DKA0:[000000]GAMES.DIR 
 +</code> 
 + 
 +<code -> 
 +SET SECURITY /PROTECTION=(W:RE) DKA0:[GAMES]ZORK.DIR 
 +</code> 
 + 
 +<code -> 
 +SET SECURITY /PROTECTION=(W:RE) DKA0:[GAMES.ZORK]*.*;
 +</code>
  
-$ SET SECURITY /PROTECTION=(W:RE) DKA0:[GAMES]ZORK.DIR 
  
-$ SET SECURITY /PROTECTION=(W:RE) DKA0:[GAMES.ZORK]*.*;* 
  
vms_zork.1777728326.txt.gz · Last modified: by admin