Author Topic: BASIC Shell  (Read 19627 times)

0 Members and 1 Guest are viewing this topic.

Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: BASIC Shell
« Reply #30 on: November 08, 2009, 02:12:48 pm »
Eeems, this is looking nice.

=======

Hi all, I am an active user on UTI and TIBD and have to agree with the above posts.  UTI is getting a little too hostile.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: BASIC Shell
« Reply #31 on: November 08, 2009, 02:32:30 pm »
Hi Ztrumpet and welcome here :)

I was wondering if you would eventually register, altough I am afraid Illusiat 13 has kinda went dormant, sorry :(

But yeah, I miss how UTI was late 05 through 06 and from late 07 to early 08. It's still somewhat active, though, compared to several other TI forums, but rule #1 and #11 seems barely enforced anymore. Today, all that counts on many forums is free speech, even if it's at the expense of new members (I guess /b/ had too much influence on people x.x). Omnimaga is pretty much here as alternative to that since 2005, but of course not every single new TI user will find Omnimaga first, not to mention Omnimaga is blocked at many schools

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: BASIC Shell
« Reply #32 on: August 30, 2010, 11:03:31 pm »
so I've started working on this a bit more now that I just got my calculator back :) almost fixed the problem I had with it before :) I'll post updates sometime soon.
/e

Offline meishe91

  • Super Ninja
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2946
  • Rating: +115/-11
    • View Profile
    • DeviantArt
Re: BASIC Shell
« Reply #33 on: August 30, 2010, 11:32:51 pm »
Well I don't know a whole lot about this and haven't read much about it, just looked at the screenshots, but this looks really cool :) Great work so far and can't wait to see more :D
Spoiler For Spoiler:



For the 51st time, that is not my card! (Magic Joke)

Offline cooliojazz

  • Support Staff
  • LV7 Elite (Next: 700)
  • *******
  • Posts: 619
  • Rating: +66/-9
  • I omnoms on your soul
    • View Profile
    • Unreal Phantasies
Re: BASIC Shell
« Reply #34 on: August 30, 2010, 11:39:01 pm »
I remember this!!! That was a long time ago... Like a whole year! :P  If you can finish it though, that would be awesome!  I mean it was already looking good before you dropped it for a while... :D
Spoiler For Random signess:
You can not beat my skills.
Trust me.
So don't even try.
And remember never to trust someone who says, "Trust me."

TI File Editor Progress: Remade in java like a boss. 50% we'll call it? IDK =P
Java Libraries: JIRC - 90% JTIF - 5%
TI Projects: Unreal Notator - -5000%
Nomcraft, a Bukkit mod
Some of the music I write can be found here | The Rest Should Be Here (Bandcamp)

Offline Builderboy

  • Physics Guru
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5673
  • Rating: +613/-9
  • Would you kindly?
    • View Profile
Re: BASIC Shell
« Reply #35 on: August 30, 2010, 11:41:13 pm »
Yayy!  Eeems's shell is back on track! :D cant wait to see more progress on this :)

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: BASIC Shell
« Reply #36 on: August 31, 2010, 03:50:27 am »
Darn that brings back old memories. I am not into BASIC shells but that one looked cool and seemed ASM-like, except the speed. If you used DCS mouse routine now it would almost look like an ASM shell ;D

I'm happy you got your calc back, btw (it has been so long...), and that you can work on this (and TBP?) again :)

I hope your parents won't take it away again soon.

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
CCI Shell
« Reply #37 on: September 02, 2010, 06:23:31 pm »
Thanks Guys :) so I have an update to bring to you! Since not every calculator has the same system appvars and the like, I'm not going to have a huge list of names to filter, instead I'm going to have this little setup process that you can go through which will ask you if the file which name is listed is a system file or a user file. f1 for system file f3 to quit the process and CCI and f5 for user files. The screenshot errors because there is nothing but system files so it can't continue at all :P but other then that it works great :D
I've attached a beta for anyone who wants to learn from my code or try it out for themselves :)
Also, it's still buggy, and you can't run anything from it yet or do anything else, I'm just working on the folder parsing right now. If you make a mistake during the setup just delete the appvar C9 and start over :) I'll add an option to the GUI for doing the setup again manually but later, and the second time you run it it doesn't save what you did the last time because I have yet to program in saving the string to the second line of CCI.
I won't be using the DCS mouse, because I want this to be it's own shell and only rely on Celtic III, although I might give in and write my own assembly mouse routine for it unless someone wants to write one for me :D then I could give them the specifications :P
enjoy :)
/e

Offline meishe91

  • Super Ninja
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2946
  • Rating: +115/-11
    • View Profile
    • DeviantArt
Re: BASIC Shell
« Reply #38 on: September 02, 2010, 06:27:47 pm »
Well I have no idea what the whole setup process you described is but that looks really cool :) This looks like such a cool shell, I can't wait :D Keep up the work ;D
Spoiler For Spoiler:



For the 51st time, that is not my card! (Magic Joke)

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: BASIC Shell
« Reply #39 on: September 02, 2010, 06:42:29 pm »
The TI-OS makes hidden appvars and programs, along with a few other apps, like Celtic III. So this setup is you telling CCI which appvars and programs to filter out of your main folder :)
/e

Offline meishe91

  • Super Ninja
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2946
  • Rating: +115/-11
    • View Profile
    • DeviantArt
Re: BASIC Shell
« Reply #40 on: September 02, 2010, 06:43:52 pm »
Oh so basically anything you don't recognize as a human made program/appvar would be a calculator made one?
Spoiler For Spoiler:



For the 51st time, that is not my card! (Magic Joke)

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: BASIC Shell
« Reply #41 on: September 02, 2010, 06:46:23 pm »
Exactly :) You will still be able to access them at the location C:/ but they won't be in C:/Main/ anymore so you can just focus on the normal ones :P
/e

Offline meishe91

  • Super Ninja
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2946
  • Rating: +115/-11
    • View Profile
    • DeviantArt
Re: BASIC Shell
« Reply #42 on: September 02, 2010, 06:49:35 pm »
Ah ok, so it's all for sorting purposes? Sweet :)
Spoiler For Spoiler:



For the 51st time, that is not my card! (Magic Joke)

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: BASIC Shell
« Reply #43 on: September 02, 2010, 06:51:15 pm »
yes for sorting purposes :) Just added writeback so now it will save your settings on it :) working on adding a manual call of it from within the explorer.
/e

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: BASIC Shell
« Reply #44 on: September 03, 2010, 02:13:54 am »
Nice to see updates, but if I try it, will I just get that ERR:DOMAIN in the screenshot or if I can do a few other stuff? Nice loading screen, btw :)