English Amiga Board


Go Back   English Amiga Board > Support > support.Games

 
 
Thread Tools
Old 13 November 2019, 13:27   #1
Gaula92
Registered User
 
Gaula92's Avatar
 
Join Date: Aug 2008
Location: Spain
Posts: 527
Ishar (OCS) clean install on KS 1.3 and problem with saves

Hi all,


I seems that ISHAR 1 (OCS) is HDD-installable, and it seems to work simply by copying its files to HDD and running the executable file, named "T.X".


However, it wants to save to DF0:, so what I do under KS 3.1 is:


Code:
assign df0: dismount
assign df0: saves
...and it works.

However, under KS 1.3, when I do an assign on df0: I get


Code:
Cant cancel df0

So, is there a way around it? Can df0: somehow be canceled/disabled under KS 1.3?


Thanks!
Gaula92 is offline  
Old 13 November 2019, 13:33   #2
DamienD
Banned
 
DamienD's Avatar
 
Join Date: Aug 2005
Location: London / Sydney
Age: 47
Posts: 20,420
Quote:
Originally Posted by Gaula92 View Post
Hi all,


I seems that ISHAR 1 (OCS) is HDD-installable, and it seems to work simply by copying its files to HDD and running the executable file, named "T.X".


However, it wants to save to DF0:, so what I do under KS 3.1 is:


Code:
assign df0: dismount
assign df0: saves
...and it works.

However, under KS 1.3, when I do an assign on df0: I get


Code:
Cant cancel df0
So, is there a way around it? Can df0: somehow be canceled/disabled under KS 1.3?


Thanks!
Not sure but can't you use the disk names instead i.e:
assign <diskname>: dismount

instead of

assign df0: dismount

Last edited by DamienD; 13 November 2019 at 14:55.
DamienD is offline  
Old 13 November 2019, 14:15   #3
zipper
Registered User
 
Join Date: Mar 2004
Location: finland
Posts: 1,837
Had a faint memory - had to check from 1.3 DOS. Yes, assign remove (!)
zipper is offline  
Old 13 November 2019, 14:22   #4
DamienD
Banned
 
DamienD's Avatar
 
Join Date: Aug 2005
Location: London / Sydney
Age: 47
Posts: 20,420
Quote:
Originally Posted by zipper View Post
Had a faint memory - had to check from 1.3 DOS. Yes, assign remove (!)
Interesting, I didn't know that.
DamienD is offline  
Old 13 November 2019, 14:27   #5
Gaula92
Registered User
 
Gaula92's Avatar
 
Join Date: Aug 2008
Location: Spain
Posts: 527
@zipper & DamienD: you are the best, guys!

assign remove did the job!!!! Great!!!
Gaula92 is offline  
Old 13 November 2019, 15:56   #6
malko
Ex nihilo nihil
 
malko's Avatar
 
Join Date: Oct 2017
Location: CH
Posts: 4,856
Most of the literature state the following for these arguments :
Quote:
"REMOVE" removes the name from the ASSIGN list. It's used for development only.
"DISMOUNT" allows devices and directories to be removed from the assignment list.
It's clear, isn't it ! (worth a MS help file )

In fact, DISMOUNT is useful when you have already a disk in df0: and you want to "dismount" it by script. In this case, REMOVE will not work

REMOVE works with all WB version. DISMOUNT since WB 2.0.

With assign you have created yourself (like the ones in the startup-sequence) and appearing under the section Directories: (when you type "assign" at the prompt), you could also remove them with
Code:
> assign <device name>
(without a directory statement and argument)

Hope this helps you

Last edited by malko; 13 November 2019 at 21:52. Reason: typo
malko is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
Boingbag 1-4 clean install. Problem Mr_Byte support.Apps 10 09 July 2016 03:32
Problem with Soccer Kid OCS trydowave support.Games 1 14 June 2014 17:11
I finally want to get into Ishar II - if you know your Ishar, please take a look ;) dex support.Games 4 11 August 2013 14:53
Clean install of OS3.1 on an 060 A4000 - how! kmob support.Other 5 02 June 2009 22:00
Ishar I-III AGA HDD problem HOBORG support.WinUAE 1 04 April 2003 06:01

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 23:53.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.07210 seconds with 15 queries