Function Name~Description~Library Name~Rettype~Type12~Name6~Type6~Name1~Type2~Name7~Type7~Name2~Type8~Name3~Type3~Name8~Name9~Type9~Name4~Type4~Name10~Type10~Name5~Type5 ChangeDir~Changes the Current Directory~OSFUNC.DLL~String~String~~~New Directory~~~~~~~~~~~~~~~~ ClipClear~Clears clipboard~CDFS2.DLL~Int~~~~~~~~~~~~~~~~~~~~ Convert~Converts between character & Decimal~STRFUNC.DLL~String~String~~~Character to convert~~~~~~~~~~~~~~~~ CopyAFile~Copies a file~OSFUNC.DLL~String~String~~~Source File Name~String~~~Target File Name~~Notify User (Y or N)~String~~~~~~~~~ CopyToClip~Copy a string to the Clipboard~STRFUNC.DLL~String~String~~~String to Copy~~~~~~~~~~~~~~~~ FileCopy~Copies the named file to the destination~cdfs2.dll~Int~String~~~OldFilepathAndName~String~~~NewFilepathAndName~~~~~~~~~~~~ FileDelete~Deletes the named file/path~cdfs2.dll~Int~String~~~FilepathAndName~~~~~~~~~~~~~~~~ FileExec~Executes file and sizes window~fileexec.dll~Int~String~ySize~Int~FileName~Int~~~Mode~~xPos~Int~~~~yPos~Int~~~xSize~Int FileExecCDF~Pass String to Windows WinEXEC Function~File_CDF.DLL~Int~String~iYWndSize~Int~ExecuteString~Int~~~iWndMode~~iXWndPos~Int~~~~iYWndPos~Int~~~iXWndSize~Int FileExists~Returns 0 if file exists, else -1~CDFS2.DLL~Int~String~~~FileName~~~~~~~~~~~~~~~~ FileRead~Postionally reads characters from file~STRFUNC.DLL~String~String~~~Path/File Name~Int~~~No. Char(s) to read~~Starting Pos in File~Int~~~~Notify User (Y or N)~String~~~~ FileRename~Renames the named file~cdfs2.dll~Int~String~~~OldFilepathAndName~String~~~NewFilepathAndName~~~~~~~~~~~~ FileWrite~Writes strings into a file.~STRFUNC.DLL~String~String~~~Path/File Name~Int~~~Starting Position~~String to Write~String~~~~Notify User (Y or N)~String~~~~ FreeDiskSpace~Determines free space on current disk~OSFUNC.DLL~String~String~~~Drive to Check~String~~~Notify User (Y or N)~~~~~~~~~~~~ GetArray~Gets string element 1-10 of memory array~CDFS2.DLL~String~Int~~~Index~~~~~~~~~~~~~~~~ GetClipText~Retrieves clipboard text up to 255 chars~CDFS2.DLL~String~~~~~~~~~~~~~~~~~~~~ GetCurrentDirName~Returns the name of current directory~OSFUNC.DLL~String~String~~~Notify User (Y or N)~~~~~~~~~~~~~~~~ GetCurrentDiskLetter~Determines current disk letter~OSFUNC.DLL~String~String~~~Notify User (Y or N)~~~~~~~~~~~~~~~~ GetDateTimeOf~Returns a file's date/time stamp~OSFUNC.DLL~String~String~~~Path/File Name~String~~~Notify User (Y or N)~~~~~~~~~~~~ GetFileName~~GetFileN.DLL~String~String~~~filtstr~String~~~delim~~initdir~String~~~~~~~~~ GetFocus~~User32.dll~Long~~~~~~~~~~~~~~~~~~~~ GetParent~~User32.dll~Long~Long~~~handle~~~~~~~~~~~~~~~~ GetPassword~Gets and validates a password~CDFS2.DLL~Int~String~~~Password~~~~~~~~~~~~~~~~ GetSizeOf~Returns Size of one or more files~OSFUNC.DLL~String~String~~~Path/File Name~String~~~Notify User (Y or N)~~~~~~~~~~~~ GetUneek~Gets an incremental number from a file~CDFS2.DLL~Long~String~~~Filename~Int~~~Increment~~~~~~~~~~~~ IniReadString~Reads a string from an INI file~CDFS2.DLL~String~String~~~INIFileName~String~~~INISection~~INIIdentifier~String~~~~~~~~~ IniWriteString~Writes a string to an INI file~CDFS2.DLL~Int~String~~~INIFileName~String~~~INISection~~INIIdentifier~String~~~~INIValue~String~~~~ IsFile~Determines if a file exists~OSFUNC.DLL~String~String~~~Path/File Name~Int~~~Attributes to Find~~~~~~~~~~~~ JoinStrings~Join up to 10 Strings or Values~STRFUNC.DLL~String~String~String or Value 6~String~String or Value 1~String~String or Value 7~String~String or Value 2~String~String or Value 3~String~String or Value 8~String or Value 9~String~String or Value 4~String~String or Value 10~String~String or Value 5~String KeyMacro~Executes keystrokes~demacro.dll~Int~String~~~Filename~~~~~~~~~~~~~~~~ Keystrokes~Executes keystrokes~demacro.dll~Int~String~~~KeysString~~~~~~~~~~~~~~~~ LockSetForegroundWindow~~user32.DLL~~Long~~~True or false~~~~~~~~~~~~~~~~ LockWindowUpdate~~user32.DLL~~Long~~~handle or zero~~~~~~~~~~~~~~~~ MakeDir~Makes a new directory~OSFUNC.DLL~String~String~~~Path/File Name~String~~~Notify User (Y or N)~~~~~~~~~~~~ Message~Custom Message Dialog & Processing~MsgBox.DLL~Int~String~~~Text Message~String~~~Caption Title~~Icon Display~Int~~~~Button Selection~Int~~~Beep Sound~Int MessageBeep~~USER32.DLL~~Int~~~Typeofbeep( mult16 )~~~~~~~~~~~~~~~~ MessageBoxA~~USER32.DLL~~Int~~~ParentHandle~String~~~Msg~~Title~String~~~~IconButton~Int~~~~ MsgBeep~Issues a System Beep Only~MsgBox.DLL~Int~Int~~~Beep Selection~~~~~~~~~~~~~~~~ NumToText~Formats a number into a string~CDFS2.DLL~String~Double~~~Num~String~~~Format~~~~~~~~~~~~ OSVersion~Returns the Operating System version~OSFUNC.DLL~String~String~~~Notify User (Y or N)~~~~~~~~~~~~~~~~ PadChar~Inserts a character string n times~STRFUNC.DLL~String~String~~~String to Repeat~Int~~~No. times to repeat~~~~~~~~~~~~ PasteFromClip~Paste Clipboard Contents~STRFUNC.DLL~String~~~~~~~~~~~~~~~~~~~~ PlayASound~Immediately plays a Wave file~PLAYSND.DLL~Int~String~~~File Name~~~~~~~~~~~~~~~~ PlayVideo~Immediately plays an AVI file.~PLAYVID.DLL~Int~String~~~File Name~~~~~~~~~~~~~~~~ PostMessageA~~USER32.DLL~~Int~~~ParentHandle~Int~~~KEYUPDOWNORWHAT~~KEY~Int~~~~ADDITIONALPARAM~Long~~~~ RemoveDir~Removes a DOS directory~CDFS2.DLL~Int~String~~~DirectoryPath~~~~~~~~~~~~~~~~ RenameFile~Renames a File~OSFUNC.DLL~String~String~~~Old File Name~String~~~New File Name~~Notify User (Y or N)~String~~~~~~~~~ Rounding~Round with a constant other than .5~RNDWIN.DLL~Double (BC)~Double~~~Floating Pt Value~Double~~~Fractional Constant~~~~~~~~~~~~ SearchFileInPath~File Search in cur. dir or path~OSFUNC.DLL~String~String~~~Path/File Name~String~~~Notify User (Y or N)~~~~~~~~~~~~ SetArray~Sets string element 1-10 of memory array~CDFS2.DLL~Int~Int~~~Index~String~~~Value~~~~~~~~~~~~ SetClipText~Sets clipboard text (up to 255 chars)~CDFS2.DLL~Int~String~~~Value~~~~~~~~~~~~~~~~ SetUneek~Sets a unique number in a file~CDFS2.DLL~Int~String~~~Filename~Long~~~Value~~~~~~~~~~~~ ShellAndWait~Runs external prog, waits until finished~CDFS2.DLL~Int~String~~~Program~Int~~~ShowMode~~~~~~~~~~~~ ShellExecuteA~~shell32.dll~Int~Int~nShowWin~Int~Hndwin~String~~~cAction~~cFileName~String~~~~cParams~String~~~cDir~String ShowAboutBox~Custom About box dialog~CDFS2.DLL~Int~String~~~Product~String~~~Version~~Copyright~String~~~~Comments~String~~~~ StrCreate~Returns a string of character X~CDFS2.DLL~String~String~~~Character~Int~~~Len~~~~~~~~~~~~ StrDelete~Deletes Len chars in Source~CDFS2.DLL~String~String~~~Source~Int~~~Pos~~Len~Int~~~~~~~~~ StrInsert~Inserts a substring at chosen position~CDFS2.DLL~String~String~~~Source~String~~~Substring~~Position~Int~~~~~~~~~ StripChar~Strips specified character(s)~STRFUNC.DLL~String~String~~~Target String~String~~~Strip Character(s)~~~~~~~~~~~~ StrNumbersOnly~Removes all non-numeric chars~CDFS2.DLL~String~String~~~Value~~~~~~~~~~~~~~~~ StrOverwrite~Overwrites the N chars at Pos with Value~CDFS2.DLL~String~String~~~Source~String~~~Value~~Pos~Int~~~~~~~~~ TextIn~Retrieves the Nth line from ASCII file~CDFS2.DLL~String~String~~~Filename~Int~~~N~~~~~~~~~~~~ TextOut~Appends text to an ASCII file~CDFS2.DLL~Int~String~~~Filename~String~~~Value~~~~~~~~~~~~ TextOutLn~Appends a text line to an ASCII file~CDFS2.DLL~Int~String~~~Filename~String~~~Value~~~~~~~~~~~~ WinExec~~Kernel32.dll~Int~String~~~Command String~~~~~~how to run (1=normal~Int~~~~~~~~~