Extended commands from batch files wrapped into an executable file

Microsoft Windows
Post Reply
User avatar
MigrationUser
Posts: 336
Joined: 2021-Jul-12, 1:37 pm
Contact:

Extended commands from batch files wrapped into an executable file

Post by MigrationUser »

03 Oct 2016 23:11
Aacini

In my opinion, the first post of this thread should be something similar to this one:
Tricksy should wrote:
I downloaded the "Bat To Exe Converter" program from this F2KO Software page and started to use its special features for batch files, like "%extd% /messagebox" or "%extd% /messageboxcheck" or "%extd% /inputbox". I would like that someone show me where I can find the complete list of special commands for this converter.
And if you would wanted to be very precise, you may add:
Tricksy should wrote:
... because I am too lazy to search this list by myself in the documentation and files that came with the download.
When you post a question in sites like this one, you must provide precise info about your problem and don't post unrelated data that just distracts and waste the time of the people that are trying to aid you. I am in fear of your next question if it will be similar to this one!

----------------------------
03 Oct 2016 20:39

Tricksy

My question is: I want to get a list of all the commands executable file.
Example:

browseforfile
browseforfolder
getspecialfolder
inputbox
messagebox
screenshot
...

Do you understand?

----------------------------

#15 03 Oct 2016 20:54
Shadow Thief

Fine.

From the help.chm file in the Portable directory:

Code: Select all

AddExtension
AesDecode
AesEncode
Ascii
Base64Decode
Base64Encode
Bin
BrowseForFile
BrowseForFolder
ChangeExeIcon
Char
CloseWindow
CRC32
DisableWindow
Download
EnableWindow
FindExecutable
FlashConsole
FlashWindow
GetClipboardText
GetComputerName
GetCPUName
GetCursorPosX
GetCursorPosY
GetDesktopHeight
GetDesktopWidth
GetExtension
GetFileName
GetPath
GetSpecialFolder
GetSystemLanguage
GetTickCount
GetUserLanguage
GetUserName
Hex
HideSelf
HideWindow
Input
InputBox
Is64Bit
Left
LowerCase
LZMA
MakeAdmin
MakeGuid
MakeShortcut
MakeToolWindow
MaskedInput
MaskedInputBox
MaximizeWindow
MD5
Mid
MessageBox
MessageBoxCheck
MinimizeWindow
MouseClick
MoveWindow
OSVersion
Play
Random
RC4
ReadPreferenceValue
RemoveExtension
RenameExtension
ResizeWindow
Right
SaveFileDialog
Screenshot
SendKeys
SetClipboardText
SetConsoleTransparency
SetCursor
SetForegroundWindow
SetLeft
SetRight
SetWindowTitle
SetWindowTransparency
SHA1
ShowSelf
ShowWindow
Sleep
Speak
StrCount
StrPos
StrReplace
StrRev
StrSplit
Tempfile
Trim
TrimLeft
TrimRight
UnLZMA
UnZip
UpperCase
WindowOnTop
WritePreferenceValue
Zip
03 Oct 2016 21:47
Shadow Thief

Odd, it was in one of the three folders that were included with the zip file when I downloaded it from www.f2ko...
[edit: now here https://www.majorgeeks.com/files/detail ... erter.html]
Post Reply