MaloK Posted September 18, 2004 Posted September 18, 2004 anyone interessted in a BartPE Plugin for Visual Basic 3.0 slimed down to one meg ?
jaclaz Posted September 18, 2004 Posted September 18, 2004 Yes, maybe, but you really should give your post a meaningful title, see rule #12here:http://www.msfn.org/board/index.php?showtopic=18408jaclaz
prathapml Posted September 18, 2004 Posted September 18, 2004 *topic renamed to be descriptive of content
MaloK Posted September 18, 2004 Author Posted September 18, 2004 but you really should give your post a meaningful title, see rule #12Sorry it wont happen again i've read all rules now Take VB.EXE and VBRUN300.DLL put them in \PLUGIN\VB\FILESthe VB.inf ; VB.inf; PE Builder v3 plug-in INF file for visual Basic 3.0 ; Created by Malok[Version]Signature= "$Windows NT$"[PEBuilder]Name="Visual Basic 3.0"Enable=1help=""[WinntDirectories]a=programs\VB,2[SourceDisksFiles]FILES\VB.EXE=a,,1FILES\VBRUN300.dll=2,,1[Append]nu2menu.xml, VB_nu2menu.xmlto add it to NU2Menu<!-- Nu2Menu entry for Visual Basic 3.0 --> <NU2MENU> <MENU ID="Applications"> <MITEM TYPE="ITEM" DISABLED="@Not(@FileExists(@GetProgramDrive()\Programs\VB\VB.EXE))" CMD="RUN" FUNC="@GetProgramDrive()\Programs\VB\VB.EXE">Visual Basic</MITEM> </MENU></NU2MENU>it gives you all the basic command and it's very usefull for all kind of small tasks you may want to automate....
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now