Workbench About Me Imprint Contact My Account
DE EN
19:01:41
RETROPROJECTS
×

RETROPROJECTS

16-BIT. 100 % HERZ // KICKSTART 3.1 // WORKBENCH LOADED

Projects
Projects
Database
Database
Shop
Shop
AMIGO
AMIGO
Downloads
Downloads
Upload
Upload
Main Content - 📚 Topics
_
68%
CPU Usage
512KB
Chip RAM
42
Processes

1> AmigaDOS Cheatsheet

The 30 most important shell commands on one page — whether Workbench 1.3 or 3.2, these always work. Perfect for learning or as a reference on a second monitor.

Files & Directories

CommandWhat it does
DIRShow directory contents (like ls)
DIR ALLRecursive, including subdirectories
LISTLike DIR, with size/date/flags
CD DF0:Change to root of disk in drive 0
CD /Up one level (not ..!)
MAKEDIRCreate new directory
COPY ... TO ...Copy files (COPY DF0:#? TO RAM: = everything to RAM)
RENAME ... AS ...Rename or move
DELETEDelete (also recursive with ALL)
TYPEOutput text file to screen (cat)
INFOAll mounted devices with free capacity

Disks & Volumes

FORMAT DRIVE DF0:Format floppy disk (NAME Empty QUICK = quick)
DISKCOPY FROM DF0: TO DF1:1:1 copy with 2 drives
INSTALL DRIVE DF0:Install bootblock (make disk bootable)
RELABEL DF0: NewNameChange volume name
ASSIGN C: ram:cMap logical device to path (core feature!)
MOUNT DEVICEMount from DEVS:Mountlist (e.g. CDROM)

Processes & System

STATUSList running tasks/CLI processes
BREAK <nr> CAbort task (send CTRL-C signal)
RUN programStart in background, shell remains free
AVAILFree Chip/Fast RAM
VERSIONKickstart/Workbench version
DATEShow or set date/time
SETCLOCK OPT SAVEWrite current time to hardware clock

Scripting & Shell

EXECUTE scriptExecute shell script
NEWSHELLOpen new shell window
ECHO "text"Output text (suppress line break with NOLINE)
WAIT 5Wait 5 seconds (useful in scripts)
SET var=valueSet variable, access with $var
PATH DF0:C ADDExtend search path
💡 Pro tip: With COPY #?.info TO RAM: you copy all icon files at once. The #? is the AmigaDOS wildcard (like * in Unix).

← Back to the Amiga World