DOSFC
From CometWiki
(Difference between revisions)
(New page: '''DOS direct calls: DOSFC''' '''Syntax:''' DOSFC(string-1, string-2, string-3) [,EXCP=statement-label] '''Discussion:''' The DOSFC statement serves as a file call to DOS. '''Exam...) |
|||
Line 6: | Line 6: | ||
'''Examples:''' | '''Examples:''' | ||
- | *Create DOS File | + | *[[Create DOS File]] |
- | *Erase DOS File | + | *[[Erase DOS File]] |
- | *Open DOS File | + | *[[Open DOS File]] |
- | *Create DOS Subdirectory | + | *[[Create DOS Subdirectory]] |
- | *Remove DOS Subdirectory | + | *[[Remove DOS Subdirectory]] |
- | *Change Current DOS Directory | + | *[[Change Current DOS Directory]] |
Latest revision as of 09:31, 13 June 2009
DOS direct calls: DOSFC
Syntax: DOSFC(string-1, string-2, string-3) [,EXCP=statement-label]
Discussion: The DOSFC statement serves as a file call to DOS.
Examples: