Skip to Content.
Sympa Menu

baslinux - [BL] Scripts with BL3

baslinux AT lists.ibiblio.org

Subject: Baslinux mailing list

List archive

Chronological Thread  
  • From: Ian <info AT freedomnet.org.uk>
  • To: baslinux AT lists.ibiblio.org
  • Subject: [BL] Scripts with BL3
  • Date: Sat, 10 Dec 2005 13:31:04 +0000 (GMT)

Hi, I need to learn a bit of scripting for BL3. Could someone please
start me off. Im fairly ok with Dos batch files. Heres a sort
of Dosish mixture that is supposed to toggle the mount/umount for
my floppy drive. Wont work obviously.

@echo off
if exist a:\null goto UNMOUNT
mount -t msdos /dev/fd0 /mnt/floppy
goto END
:UNMOUNT
umount /dev/fd0
:END

Could someone please correct this for Linux. Simple please, Im new to this.

--
Bye now,
Ian.




Archive powered by MHonArc 2.6.24.

Top of Page