- May
- 13,566
- 199
What's up with this?
I can successfully execute a BTM named DIR.BTM without parameters.
I cannot execute it with parameters.
I can successfully execute a BTM named DIR.BTM without parameters.
Code:
v:\> type dir.btm
echo foo
v:\> dir.btm
foo
I cannot execute it with parameters.
Code:
v:\> dir.btm parameter
Volume in drive V is DATA Serial number is 6e8a:6d1f
TCC: (Sys) The system cannot find the file specified.
"V:\.btm"
0 bytes in 0 files and 0 dirs
506,751,782,912 bytes free
Volume in drive V is DATA Serial number is 6e8a:6d1f
TCC: (Sys) The system cannot find the file specified.
"V:\parameter"
0 bytes in 0 files and 0 dirs
506,751,782,912 bytes free