filelocker utility for .ssd disk images

handy tools that can assist in the development of new software
Post Reply
User avatar
lovebug
Posts: 1740
Joined: Sun Jan 31, 2021 5:07 pm
Location: Magrathea
Contact:

filelocker utility for .ssd disk images

Post by lovebug »

filelocker is something I knocked up during development of lady bug to set the file locked attribute in the .ssd disk image created by beebasm
maybe you guys might have a use for it too

its written in c and I compiled it using code::blocks to generate a .exe for my windows 7 but it should compile fine for linux or other os's

the command line arguments are 1) .ssd image name 2) ... n) file names that you wish to be locked
filenames are in DFS format which means padding file names with spaces up to 7 character length then followed by the dir character (without the .)

example:

Code: Select all

filelocker "mygame.ssd" "!Boot  $" "MyGame $" "Data   Z"
will lock the $.!Boot , $.MyGame and Z.Data files in mygame.ssd

source code and compiled .exe included
Attachments
filelocker.zip
(8.33 KiB) Downloaded 18 times
Image Image Image Image
Post Reply

Return to “development tools”