This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2012-03-15 15:48:42

poemon1
Scratcher
Registered: 2011-01-12
Posts: 500+

vbscript- make your own PC script.

What it does:

Code:

 It is a script that conjoins your variables and makes a Personal Computer for you!

The code so far:

Code:

Set A = CreateObject("WScript.shell")
dim b, c, d, e, f, g, h, i, j, k, l, m, n, CPUSOCKET, FORMFACTOR
b=inputbox("CPU")
....... etc. it basically just sets a variable to the user input, and conjoins them.

http://i47.tinypic.com/rrqe13.gif

Offline

 

#2 2012-03-15 15:53:08

samtwheels
Scratcher
Registered: 2011-03-20
Posts: 1000+

Re: vbscript- make your own PC script.

I don't really get what this does. Care to elaborate?

Offline

 

#3 2012-04-15 21:09:54

poemon1
Scratcher
Registered: 2011-01-12
Posts: 500+

Re: vbscript- make your own PC script.

samtwheels wrote:

I don't really get what this does. Care to elaborate?

Sorry for late comment. You just type in the parts you want, and it puts all the parts together, and puts them in a messagebox.


http://i47.tinypic.com/rrqe13.gif

Offline

 

Board footer