Command Window - Important Commands: Myfolder
Command Window - Important Commands: Myfolder
Wildcards (* and ?)
Can be used to match length-unspecified strings (*) or individual letters (?); e.g.
copy *.f95 *.bak
dir solve.f??
History
Use the ↑and ↓ arrows on keyboard to recover previous commands.
Use F7 to get a list of previous commands and arrow up and down to choose one to reissue.
Editors
Suitable editors are notepad (Windows editor; comes with the operating system) and plato2 (programmer’s
editor; comes with the Salford software); e.g.
notepad myfile.f95
plato2 myfile.f95
Full-Screen/Command Window
Toggle between full-screen and graphics window by Alt-Enter