Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I use variables, say for file length, in a DOS command?

Command dos file LENGTH variables
0
Posted

How do I use variables, say for file length, in a DOS command?

0

Use variables in a command this way: 120 PRINT CHR$(4) “BSAVE NARF, A$2000, L”; NB Line 120 says that the Length of NARF is the value of variable NB. NB is used here to represent the number of bytes (in decimal) to be saved.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123