Skip to content
/ sfn Public

A terminal program to generate an 8.3 DOS filename from a command-line argument

License

Notifications You must be signed in to change notification settings

missn0body/sfn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sfn (Short FileName)

To get back to that good 'ol days of "Abort, Retry, Fail?"
First written by anson in the summer of 2023.

This is a short .c program featuring one main() function and a converter function, which is designed to convert passed strings representing hypothetical (or real perhaps) filenames to 8.3 short DOS filenames using Microsoft's standards.

This program will not modify any filenames or any files, and only prints results to stdout. sfn is mainly a visualization tool.

Usage and options can be read by invoking sfn --help at the command line. This project is licensed under the MIT License, See LICENSE for related details. Issues, bugs, and other things can be discussed at my E-Mail, [email protected]

v.1.0.0 (First release)

(October 2, 2023)
The initial public release of 'sfn'.
Converts a command-line argument into an 8.3 filename.

v.1.0.2

(April 2024)
Converts a command-line argument into an 8.3 filename.

  • Reworked entire program
  • Fixed specific fatal, hard-to-discern bugs

v.1.0.5

(May 2024)
Converts a command-line argument into an 8.3 filename.

  • Slight refactoring for code organization
  • Fixed bug where paths being passed as input were not being resolved.