*	@(#) makedisks 3.0 94/03/24 (C) Morgan Davis Group @(#)

if {#} == 0
	set one 1
	set two 1
else
	if {1} == 1
		set one 1
	else
		set two 1
	end
end

if {one} == 1
	echo -n "Insert ProLine.1 and press Return "
	input it
	17:qinit -d /ProLine.1
	for i in ProDOS BASIC.System Startup ProLine Install bin etc games pub
		copy {PROLINE}/{i} /ProLine.1
	end
	17:setfile /ProLine.1/bin /ProLine.1/games -at 8
	17:setfile /ProLine.1/etc/help /ProLine.1/etc/pub /ProLine.1/etc/pub/proline /ProLine.1/games/lib/help -at 1
	create /ProLine.1/sys
	for i in modules OMM.Loader pcs pdl termcaps
		copy {PROLINE}/sys/{i} /ProLine.1/sys
	end
	17:eject /ProLine.1
end

if {two} == 1
	echo -n "Insert ProLine.2 and press Return "
	input it
	17:qinit -d /ProLine.2
	create /ProLine.2/sys
	for i in bin local/bin man modemcaps
		copy {PROLINE}/sys/{i} /ProLine.2/sys
	end
	17:setfile /ProLine.2/sys/bin /ProLine.2/sys/local/bin -at 8
	echo "ProLine.1 and ProLine.2 are done!"
	17:eject /ProLine.2
end
