SphinCorp
Member
- Joined
- Jun 8, 2008
- Messages
- 5
- Programming Experience
- 1-3
I need people to test this program I made... It took me a while to make, so don't be too harsh
It's a replacement command prompt for windows, and is built for scripting purposes. It’s very new, so the commands are limited…
Use help for a list of commands.
To use copy, the vars "from" and "to" must be mapped.
To map a variable,
Use:
map variablename
val variablevalue
get is for http downloading. Use with:
get http://www.URL.com/file.ext
refer is to set a variable for use with any command use with
refer variablename
then any time you type ?reference? it will resolve as variablevalue
here is an example script the first line is always the numberof lines in the script, including itself. Save it as scriptname.wap
5
math 2+2+2+2+2+2+2+2
echo The&Answer&is&
show math
line
then use it with:
call scriptname.wap
If you have any questions, or wish to laugh at my messy code,
Email me at rscarson@rogers.com
Download the full project here:
http://www.megaupload.com/?d=QXV575TW
It's a replacement command prompt for windows, and is built for scripting purposes. It’s very new, so the commands are limited…
Use help for a list of commands.
To use copy, the vars "from" and "to" must be mapped.
To map a variable,
Use:
map variablename
val variablevalue
get is for http downloading. Use with:
get http://www.URL.com/file.ext
refer is to set a variable for use with any command use with
refer variablename
then any time you type ?reference? it will resolve as variablevalue
here is an example script the first line is always the numberof lines in the script, including itself. Save it as scriptname.wap
5
math 2+2+2+2+2+2+2+2
echo The&Answer&is&
show math
line
then use it with:
call scriptname.wap
If you have any questions, or wish to laugh at my messy code,
Email me at rscarson@rogers.com
Download the full project here:
http://www.megaupload.com/?d=QXV575TW
Last edited: