User Tools

Site Tools


vax_vms_user

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
vax_vms_user [2026/05/25 12:52] adminvax_vms_user [2026/06/22 00:14] (current) admin
Line 3: Line 3:
 <code>SHOW DEFAULT</code> <code>SHOW DEFAULT</code>
  
-Chnage DIR [000000] is the root of system+**# Change DIR [000000] is the root of system**
  
 <code>SET DEFAULT DKA0:[directory]</code> <code>SET DEFAULT DKA0:[directory]</code>
  
-List directory+**# Create directory** 
 +<code>CREATE/DIRECTORY DUA0:[MYDIR]</code> 
 + 
 +DIR & SUB \\ 
 +<code>CREATE/DIRECTORY DUA0:[MYDIR.SUBDIR]</code> 
 + 
 + 
 +**# List directory**
  
 <code>DIR</code> <code>DIR</code>
Line 16: Line 23:
 <code>CTRL-Z to exit</code> <code>CTRL-Z to exit</code>
  
-**# Programming**+To save a program (Do this from within the basic interpreter) 
 +<code>SAVE PROGRAM.BAS</code> 
 + 
 +To load a program (Do this from within the basic interpreter) 
 +<code>OLD PROGRAM.BAS</code> 
 + 
 +**# Programming** \\
  
 +Fix a file copied in from a modern computer \\
 +<code>$ SET FILE /ATTRIBUTES=(RFM:STMLF) filename</code>
 <code>EDIT /EDT filename.c</code> <code>EDIT /EDT filename.c</code>
 <code>CC FILENAME.C</code> <code>CC FILENAME.C</code>
vax_vms_user.1779713540.txt.gz · Last modified: by admin