mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-10 13:29:56 +00:00
Added cmd-line info to help
This commit is contained in:
parent
8c606ab4e8
commit
9d433c1395
AppleWin/help
30
AppleWin/help/CommandLine.html
Normal file
30
AppleWin/help/CommandLine.html
Normal file
@ -0,0 +1,30 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title>Save-State Files</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
|
||||
</head>
|
||||
<body style="FONT-FAMILY: verdana; BACKGROUND-COLOR: rgb(255,255,255)" alink="#008000"
|
||||
link="#008000" vlink="#008000">
|
||||
<h2 style="COLOR: rgb(0,128,0)">Command line</h2>
|
||||
<hr size="4">
|
||||
<p style="FONT-WEIGHT: bold">AppleWin can be driven from the command line as
|
||||
follows:
|
||||
</p>
|
||||
-d1 <pathname><br>
|
||||
Start with a disk in drive-1<br><br>
|
||||
-d2 <pathname><br>
|
||||
Start with a disk in drive-2<br><br>
|
||||
-f<br>
|
||||
Start in full-screen mode<br><br>
|
||||
-r <number of pages><br>
|
||||
Emulate a RAMworks III card with 1 to 127 pages (each page is 64K, giving a max of 8MB)<br>
|
||||
<P> </P>
|
||||
<P style="FONT-WEIGHT: bold">Debug arguments:
|
||||
</P>
|
||||
-l<br>
|
||||
Enable logging. Creates an AppleWin.log file<br><br>
|
||||
-m<br>
|
||||
Disable DirectSound support<br><br>
|
||||
</body>
|
||||
</html>
|
@ -82,6 +82,10 @@
|
||||
<param name="Name" value="Uthernet network card">
|
||||
<param name="Local" value="uthernet.html">
|
||||
</OBJECT>
|
||||
<LI> <OBJECT type="text/sitemap">
|
||||
<param name="Name" value="Command line">
|
||||
<param name="Local" value="CommandLine.html">
|
||||
</OBJECT>
|
||||
<LI> <OBJECT type="text/sitemap">
|
||||
<param name="Name" value="Debugger">
|
||||
<param name="Local" value="dbg-toc-intro.html">
|
||||
|
Loading…
x
Reference in New Issue
Block a user