Welcome, Guest. Please login or register.

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

Description:

0 Members and 1 Guest are viewing this topic.

Offline Thorham

  • Hero Member
  • *****
  • Join Date: Oct 2009
  • Posts: 1150
    • Show all replies
Re: Is there a way to run the format command from RAM?
« on: January 07, 2013, 12:51:08 PM »
Quote from: Bamiga2002;721591
Try
Code: [Select]
Assign SYS: RAM: add before format command.
Won't work, because ASSIGN doesn't set the required paths. Copying FORMAT to RAM: and executing it from there will work. Just use 'CD RAM:' after copying. The system will look in the current directory first, and since this is now RAM:, it will find FORMAT there.

The only thing that will prevent this from working is if FORMAT needs some other files from the Workbench disk, and that I don't remember, although I find it highly unlikely that it does.