Jump to content

(Bart PE) Plugin for Visual Basic 3.0


MaloK

Recommended Posts


but you really should give your post a meaningful title, see rule #12

Sorry it wont happen again i've read all rules now :yes:

Take VB.EXE and VBRUN300.DLL put them in \PLUGIN\VB\FILES

the 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=1
help=""

[WinntDirectories]
a=programs\VB,2

[SourceDisksFiles]
FILES\VB.EXE=a,,1
FILES\VBRUN300.dll=2,,1

[Append]
nu2menu.xml, VB_nu2menu.xml

to 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....

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...