[TIB] Re: DOS programming


[Prev][Next][Index][Thread]

[TIB] Re: DOS programming



Yes it’s a 92p program, I tried putting the “” around them and still no, I am going to try another suggestion that is If…ElseIf…EndIf

If you have any more suggestions please let me know

 

-----Original Message-----
From: ti-basic-bounce@lists.ticalc.org [mailto:ti-basic-bounce@lists.ticalc.org] On Behalf Of The Idiot
Sent: Wednesday, April 16, 2003 7:22 PM
To: ti-basic@lists.ticalc.org
Subject: [TIB] Re: DOS programming

 

Looks like a TI-89/92?

 

It might help to put quotes around your strings “cls” and “cd”

 

-----Original Message-----
From: ti-basic-bounce@lists.ticalc.org [mailto:ti-basic-bounce@lists.ticalc.org] On Behalf Of Jeremy Butcher
Sent: Wednesday, April 16, 2003 5:39 PM
To: ti-basic@lists.ticalc.org
Subject: [TIB] DOS programming

 

Hi, I am writing a dos program and a few others and having problems with the if statements

Example code

Input “c:\”,com

If com=cls Then:ClrIO:Goto start:EndIf

If left(com,2)=cd Then:setfold(right(com,3)):goto start:EndIf

 

It works if I type in cls

But anyother command and it says failed to return a true or false statement…please help.

 

Also if anyone knows I use flib and flib2 and that makes a list of all the files in the folder, but how do I find out how many vars are in 1 list? This way I can disp them all on the screen. Thanks

 

Jeremy Butcher


References: