Page 1 of 1
Show all PB Commands in one list ?
Posted: Thu May 30, 2019 6:39 pm
by vmars316
Hello & Thanks ,
Is there a list of all PB Commands somewhere .
All commands in one list .
I would like to put all the commands in a text file .
I am thinking about writing a program
that that will compare all *.pb files to this list
to show for a given command
which *.pb use that command .
Thanks
Re: Show all PB Commands in one list ?
Posted: Thu May 30, 2019 6:47 pm
by Bisonte
Re: Show all PB Commands in one list ?
Posted: Thu May 30, 2019 9:59 pm
by vmars316
Wow that's very cool !
Mine won't be that awesome .
I just want to know what commands are used
in my code and + Examples local *.pb's on my computer .
I striped down a search with freeware AgentRansack
and found 1774 .html files of commands and 84 \Examples.html files .
Hmm...
It occurs to me that I can get exactly
what I need to now via AgentRansack .
By just searching for :
File name: *.pb
Containing Text: sendkeys
Look in: C:\PureBasic-myApps
It Returns:
SendKey_global.pb C:\PureBasic-myApps\Examples\pbExamples\lnput+Output\Get&Send Keys\
SendKeys.pb C:\PureBasic-myApps\Examples\pbExamples\lnput+Output\Get&Send Keys\
SendKeys_to_PB-Editor.pb C:\PureBasic-myApps\Examples\pbExamples\lnput+Output\Get&Send Keys\
SendKeys-Example - Copy (2).pb C:\PureBasic-myApps\vmProjects\BUTTONS\myPim-CURRENT\PROGRAMMING\pimFIND-Enhanced
SendKeys-Example - Copy.pb C:\PureBasic-myApps\vmProjects\BUTTONS\myPim-CURRENT\PROGRAMMING\pimFIND-Enhanced
SendKeys-Example.pb C:\PureBasic-myApps\vmProjects\BUTTONS\myPim-CURRENT\PROGRAMMING\pimFIND-Enhanced
SendKeys-Notepad-File-Find.pb C:\PureBasic-myApps\vmProjects\BUTTONS\myPim-CURRENT\PROGRAMMING\pimFIND-Enhanced
SendKeys-Notepad-Find - Copy RO.pb C:\PureBasic-myApps\vmProjects\BUTTONS\myPim-CURRENT\PROGRAMMING\pimFIND-Enhanced
SendKeys-Notepad-Find.pb C:\PureBasic-myApps\vmProjects\BUTTONS\myPim-CURRENT\PROGRAMMING\pimFIND-Enhanced
Project completed .
Well that was easy !
Nice chat !