Welcome, Guest. Please login or register.

Author Topic: Is there a way to run the format command from RAM?  (Read 3262 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Thomas

Re: Is there a way to run the format command from RAM?
« on: January 07, 2013, 01:41:28 PM »
Quote from: kedawa;721548
I have a massive stack of old PC disks to test and an A500 with only one floppy drive, and I would like to set it up so that I don't have to insert the Workbench 1.3 disk every time I want to format a disk.

I've tried making the command resident, but it gives me an error, and I've tried putting format in the ram disk, but it still asks for the disk, even though the ram disk is in the system path.

I don't know what else to try.




You can run format from the Shell as other people have already outlined. Copy the format program to ram: and in the shell window enter

ram:format drive df0: name empty99


Or, if you want to use the Initialize option from the Workbench menu, enter these commands in a shell window:

makedir ram:system
copy sys:system/format ram:system
assign sys: ram:

After that you can remove the Workbench floppy disk and don't need it again.

Offline Thomas

Re: Is there a way to run the format command from RAM?
« Reply #1 on: January 07, 2013, 01:45:21 PM »
Quote from: Bamiga2002;721591
Try
Code: [Select]
Assign SYS: RAM: add before format command.


'add' does not exist in 1.3.

Offline Thomas

Re: Is there a way to run the format command from RAM?
« Reply #2 on: January 07, 2013, 07:41:55 PM »
Making jokes? Read my quote again. It refers to Assign, not to Path.