Topic: new pecmd v88  (Read 5713 times)

new pecmd v88
« on: July 05, 2014, 04:53:24 AM »

SIW2

  • Code Baker
  • Chef
  • ***
  • Date Registered: Jul 2012
  • Posts: 197
Interesting feature:

* pecmd88.01-en-menu.zip (839.42 kB - downloaded 395 times.)

ila_rendered


Re: new pecmd v88
« Reply #1 on: July 06, 2014, 08:26:17 AM »

Atari800xl

  • Code Baker
  • Sr. Chef
  • ****
  • Date Registered: Feb 2013
  • Posts: 827
SIW2,

It seems things are very quiet here at the moment. I'm always interested in your contributions, but I must admit I don't even know what PECMD is, exactly. Could you elaborate on this a little bit, or maybe provide a link with more info?
Because I know so little about PECMD, I also don't understand why this would be an "interesting feature" on your screenshots, any extra info would be very welcome.
Thanks!

Re: new pecmd v88
« Reply #2 on: July 06, 2014, 10:02:47 AM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Hi Atari800xl,

here is a short summary:

PECMD is a powerfull shell loader for PE/etc. environment.

Unlike other previous 2 famous loader (PECMD, XPE Logon) it has new features:
- it has its own scripting language that one can make many things (shortcuts etc..., see syntax on read me)
- it has some unique features (adds some features to PE environment) that works with patching memory  (see: http://theoven.org/index.php?topic=1005 )

historically:
PE-nt5x need (must) a shell loader to overcome resource limitations, see Gena\Basic\Shells\FineTune\"GenaPedia"
PE-nt6x do not need a shell loader since it comes with ms already created a similar utility WinPEShl,


PECMD is nice for PE-nt6x since it gathers all findings and requirements in one place,
 one can create many startup tasks with its scripting language easly without loosing time to find all things ......
  On SE projects it is provided as alternative to PECMD fans  :thumbsup:


+
"interesting feature"  seems to be PECMD now has a built in feature to start Virtual Wi-Fi Bus driver
 (  which makes your pc a wi-fi routers, to ones who need ,check google ),
   as above picture says one tried to use that feature without adding driver files  :lol:
     ( I guess on pecmd-script there is something like start internet through lan, than start wi fi router ... )

See You
:turtle:

Re: new pecmd v88
« Reply #3 on: July 06, 2014, 10:27:15 AM »

Atari800xl

  • Code Baker
  • Sr. Chef
  • ****
  • Date Registered: Feb 2013
  • Posts: 827
Thanks Lancelot, didn't want to take up your time :-)
Haven't found a readme in the latest download SIW2 mentioned (88.01), but will search harder...

Re: new pecmd v88
« Reply #4 on: July 06, 2014, 12:57:41 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Yes it seems to be trouble finding english readme/help , a general case with these tools  :wink:

There is good one at:
Gena\Basic\Shells\FineTune\"Winlogon / Shell PECMD" -->  button : "PECMD Enu Help .doc"
A nice point to start and practice  :thumbsup: :thumbsup:


You can find things around TheOven.org
https://www.google.com.tr/search?q=pecmd+site%3Atheoven.org&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a&channel=sb&gfe_rd=cr&ei=FkO5U9vhDqaH8QfhhYC4AQ

here is one of them http://theoven.org/index.php?topic=215.0

here something I found on net
http://www.isunshare.com/blog/detailed-explanation-for-pecmd-in-winpe-pecmd-ini-file-configuration-1/


After figuring out syntax with above enu things, it would be easier to follow its home page,
http://bbs.wuyou.com/forum.php?mod=viewthread&tid=91524
to figure out new features.....


Life goes fast here...
See You
:turtle:

Re: new pecmd v88
« Reply #5 on: July 06, 2014, 07:47:54 PM »

SIW2

  • Code Baker
  • Chef
  • ***
  • Date Registered: Jul 2012
  • Posts: 197
Your bbs.wuyou link isn't working for me. Can you get to it?

I got that new popup from pecmdv88 as follows.

My pecmd.ini contains this among other things:

_SUB LoadShell
     TEAM TEXT SIW2 Setting Up...... L20 T360 R740 B400 $24
     EXEC REGEDIT /S %CurDir%\PECUSTOM.REG
     EXEC @!=netcfg.exe -e -c p -i MS_NDISWAN
     DEVI %WinDir%\inf\hd*.inf
     DEVI %WinDir%\inf\net*.inf
   
    ...etc   
_END


Pecmd finds the inf files, but discovers a .sys is missing. So he pops up and asks for it.


« Last Edit: July 06, 2014, 07:52:40 PM by SIW2 »

Re: new pecmd v88
« Reply #6 on: July 07, 2014, 10:47:23 AM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Your bbs.wuyou link isn't working for me. Can you get to it?
link working fine here, with all browsers also on android ...

anyway, here is an alternate way
https://www.google.com.tr/search?q=[PECMD+X86+%26+X64+site%3Abbs.wuyou.com&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a&channel=sb&gfe_rd=cr&ei=Mnq6U6_EJoeH8Qfc-YG4Cw

click the first link  :wink:

     DEVI %WinDir%\inf\net*.inf

Pecmd finds the inf files, but discovers a .sys is missing. So he pops up and asks for it.

Nice finding, as expected  :great:

Well there are 2 solutions,
maybe you can find an "ignore" switch for DEVI line  :wink: (if exists)
or maybe you can figure out which .sys files are required ? --> if you do let us know  :thumbsup:

ps: if you can feedback on bbs.wuyou forum,
 it would be nice if they add more info to popup menu (which .inf which .sys missing ;))

:turtle:
« Last Edit: July 07, 2014, 10:48:06 AM by Lancelot »

Re: new pecmd v88
« Reply #7 on: July 07, 2014, 03:55:25 PM »

SIW2

  • Code Baker
  • Chef
  • ***
  • Date Registered: Jul 2012
  • Posts: 197
I can't get to wuyou. I can find links on google, but can only reach the cached links. :confused:


New pecmd feature comes into play when you instruct it load inf files. If the inf(s) you have pointed it at do not have matching .sys files it tells you the name of the missing .sys .
It will wait until you browse to the missing .sys, or you can just click cancel.

ila_rendered
« Last Edit: July 07, 2014, 04:05:21 PM by SIW2 »

Re: new pecmd v88
« Reply #8 on: July 08, 2014, 07:43:29 AM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Maybe changing DNS helps,
http://www.softpedia.com/get/Internet/Other-Internet-Related/Dns-Jumper.shtml
maybe not,
All I can say wuyou is working here.


Assuming you are doing a default built with additional pecmd,
Let us know when you figure out missing .sys files.  :thumbsup:

:turtle:

Re: new pecmd v88
« Reply #9 on: July 10, 2014, 12:41:31 AM »

SIW2

  • Code Baker
  • Chef
  • ***
  • Date Registered: Jul 2012
  • Posts: 197
Thanks. It was dns server. How strange.

Re: new pecmd v88
« Reply #10 on: July 10, 2014, 01:38:51 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
 :thumbsup:

Sometimes ISP or Goverment do such things, frequently as a result of court order ...  :wink:

:turtle:

Re: new pecmd v88
« Reply #11 on: September 16, 2014, 04:44:21 PM »

SIW2

  • Code Baker
  • Chef
  • ***
  • Date Registered: Jul 2012
  • Posts: 197
About time we used new version;

Here it is both bit versions, English menu:

* pecmd-16-09-14.zip (897.27 kB - downloaded 227 times.)

Re: new pecmd v88
« Reply #12 on: September 16, 2014, 07:38:57 PM »

Atari800xl

  • Code Baker
  • Sr. Chef
  • ****
  • Date Registered: Feb 2013
  • Posts: 827
Thanks SIW2, forgot about this topic, now I remember where I saw some info on pecmd.exe before.
I will check Lancelot's links....

 

Powered by EzPortal