Supplement – IAI America DS-S-P1 User Manual
Page 29
Page 27
Examples:
CONV.EXE Data1.F32
Converts the file named Data1.F32 in DOS to a file named Data1.PRG in Windows.
CONV.EXE*.P32
Converts all DOS point files in the current directory to Windows files of the same name but with the extension .PNT.
CONV.EXE D*.X32
Converts all DOS collective program files in the current directory that begin with the letter D to Windows collective
program files of the same name but with the extension .ALL.
CONV.EXE Data?.PAR
Converts all DOS program files in the current directory with the name of Data + 1 character (Data1, Data2, etc.) to
Windows files of the same name but with the extension .PRM.
CONV.EXE Data1.F32 Data1.PNT Data1.PAR
Converts Data1.F32 and Data1.PAR from a DOS to a Windows file and Data1.PNT from a Windows to a DOS file.
CONV.EXE*.*
Converts all DOS files in the current directory to Windows files with the same name (the extension is converted).
Supplement