-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME
30 lines (17 loc) · 806 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
============================================================================
=== Tolerable ===
============================================================================
VBScript is a terrible language.
This extension makes it tolerable.
Quick Start
====================
Installation:
1. Copy this project onto your local machine.
2. Add the project's \bin folder to your PATH environment variable.
If you are installing Tolerable just for local use, then your PATH
will look something like this:
C:\tolerable\bin;%PATH%
Executing a VBScript using Tolerable:
1. Open a command prompt.
2. Execute your VBScripts using the (new) t command. For example:
C:\tolerable\examples\basic\closures> t using_store.vbs