mirror of
https://github.com/wifinigel/MikrotikScripting.git
synced 2025-07-27 06:14:48 +02:00
update local declaraion of Filename to global
This commit is contained in:
parent
accae352e6
commit
b297ff4bbb
6 changed files with 12 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
||||||
:local Filename "ch10-04-bad-script.rsc"
|
:global Filename "ch10-04-bad-script.rsc"
|
||||||
# A simple script to perform a series of tests on a
|
# A simple script to perform a series of tests on a
|
||||||
# list of web sites.
|
# list of web sites.
|
||||||
|
|
||||||
|
@ -89,3 +89,4 @@
|
||||||
:set DnsResolveFunc;
|
:set DnsResolveFunc;
|
||||||
:set PingIpAddressFunc;
|
:set PingIpAddressFunc;
|
||||||
:set GetWebPageFunc;
|
:set GetWebPageFunc;
|
||||||
|
:set Filename;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
:local Filename "ch10-07-bad-script.rsc"
|
:global Filename "ch10-07-bad-script.rsc"
|
||||||
# A script to perform a series of tests on a
|
# A script to perform a series of tests on a
|
||||||
# list of web sites.
|
# list of web sites.
|
||||||
|
|
||||||
|
@ -114,3 +114,4 @@
|
||||||
:set DnsResolveFunc;
|
:set DnsResolveFunc;
|
||||||
:set PingIpAddressFunc;
|
:set PingIpAddressFunc;
|
||||||
:set GetWebPageFunc;
|
:set GetWebPageFunc;
|
||||||
|
:set Filename;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
:local Filename "ch10-08-bad-script.rsc"
|
:global Filename "ch10-08-bad-script.rsc"
|
||||||
# A script to perform a series of tests on a
|
# A script to perform a series of tests on a
|
||||||
# list of web sites.
|
# list of web sites.
|
||||||
|
|
||||||
|
@ -136,3 +136,4 @@
|
||||||
:set GetWebPageFunc;
|
:set GetWebPageFunc;
|
||||||
:set DEBUG;
|
:set DEBUG;
|
||||||
:set DebugFunc;
|
:set DebugFunc;
|
||||||
|
:set Filename;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
:local Filename "ch10-04-bad-script.rsc"
|
:global Filename "ch10-04-bad-script.rsc"
|
||||||
# A simple script to perform a series of tests on a
|
# A simple script to perform a series of tests on a
|
||||||
# list of web sites.
|
# list of web sites.
|
||||||
|
|
||||||
|
@ -89,3 +89,4 @@
|
||||||
:set DnsResolveFunc;
|
:set DnsResolveFunc;
|
||||||
:set PingIpAddressFunc;
|
:set PingIpAddressFunc;
|
||||||
:set GetWebPageFunc;
|
:set GetWebPageFunc;
|
||||||
|
:set Filename;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
:local Filename "ch10-07-bad-script.rsc"
|
:global Filename "ch10-07-bad-script.rsc"
|
||||||
# A script to perform a series of tests on a
|
# A script to perform a series of tests on a
|
||||||
# list of web sites.
|
# list of web sites.
|
||||||
|
|
||||||
|
@ -114,3 +114,4 @@
|
||||||
:set DnsResolveFunc;
|
:set DnsResolveFunc;
|
||||||
:set PingIpAddressFunc;
|
:set PingIpAddressFunc;
|
||||||
:set GetWebPageFunc;
|
:set GetWebPageFunc;
|
||||||
|
:set Filename;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
:local Filename "ch10-08-bad-script.rsc"
|
:global Filename "ch10-08-bad-script.rsc"
|
||||||
# A script to perform a series of tests on a
|
# A script to perform a series of tests on a
|
||||||
# list of web sites.
|
# list of web sites.
|
||||||
|
|
||||||
|
@ -136,3 +136,4 @@
|
||||||
:set GetWebPageFunc;
|
:set GetWebPageFunc;
|
||||||
:set DEBUG;
|
:set DEBUG;
|
||||||
:set DebugFunc;
|
:set DebugFunc;
|
||||||
|
:set Filename;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue