This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#26 2010-09-27 16:57:38

ThePCKid
Scratcher
Registered: 2009-09-16
Posts: 1000+

Re: SIMPL-DOS thread

Oh yeah, in your code...
Change if %choice%==EXIT goto EXITcom to if %choice%==EXIT exit
Remove the following code (stupid FluxBB truncated the excess enters for no reason :@):

Code:

  
:EXITcom

That should shorten your code a tiny bit  smile

Last edited by ThePCKid (2010-09-27 16:58:15)

Offline

 

#27 2010-09-27 17:06:19

fire219
Scratcher
Registered: 2008-02-07
Posts: 1000+

Re: SIMPL-DOS thread

Yea, I knew I could do that, but I was to lazy.  smile

Time to work on it!


http://bluetetrarpg.x10.mx/usercard/img.php?name=fire219

Offline

 

#28 2010-09-27 17:08:28

meowmeow55
Scratcher
Registered: 2008-12-24
Posts: 1000+

Re: SIMPL-DOS thread

fire219 wrote:

mooseofawesomeness wrote:

Very cool program! I'll download when I get around to booting into windows.

Thanks!

Were/are you running Mac OS X, or using a phone/iPod? If it is Mac, maybe I should get around to finding a way to convert it to .app.  hmm

Your best bet would be to rewrite the whole batch file in Unix script, which would require a lot of work, and there's no easy way to convert an EXE to APP (and you should drop the EXE anyway as it'll screw up the code I'm working on).


Yawn.

Offline

 

#29 2010-09-27 17:53:19

fire219
Scratcher
Registered: 2008-02-07
Posts: 1000+

Re: SIMPL-DOS thread

meowmeow55 wrote:

fire219 wrote:

mooseofawesomeness wrote:

Very cool program! I'll download when I get around to booting into windows.

Thanks!

Were/are you running Mac OS X, or using a phone/iPod? If it is Mac, maybe I should get around to finding a way to convert it to .app.  hmm

Your best bet would be to rewrite the whole batch file in Unix script, which would require a lot of work, and there's no easy way to convert an EXE to APP (and you should drop the EXE anyway as it'll screw up the code I'm working on).

I will look up Unix batch commands, and if it isn't too much different, I will try to do it.

I don't want to drop the EXE. It looks more professional. Are you SURE it would mess it up?
All I do to convert it is use this: http://download.cnet.com/Bat-To-Exe-Con … 55897.htmlhmm


http://bluetetrarpg.x10.mx/usercard/img.php?name=fire219

Offline

 

#30 2010-09-27 18:24:28

meowmeow55
Scratcher
Registered: 2008-12-24
Posts: 1000+

Re: SIMPL-DOS thread

fire219 wrote:

meowmeow55 wrote:

fire219 wrote:

Thanks!

Were/are you running Mac OS X, or using a phone/iPod? If it is Mac, maybe I should get around to finding a way to convert it to .app.  hmm

Your best bet would be to rewrite the whole batch file in Unix script, which would require a lot of work, and there's no easy way to convert an EXE to APP (and you should drop the EXE anyway as it'll screw up the code I'm working on).

I will look up Unix batch commands, and if it isn't too much different, I will try to do it.

I don't want to drop the EXE. It looks more professional. Are you SURE it would mess it up?
All I do to convert it is use this: http://download.cnet.com/Bat-To-Exe-Con … 55897.htmlhmm

I'm sure it would mess it up, because with that program I can't pass parameters to the batch file. But, now that I think of it, I can create an EXE that fits my plans, so I'll do that.


Yawn.

Offline

 

#31 2010-09-27 21:33:52

fire219
Scratcher
Registered: 2008-02-07
Posts: 1000+

Re: SIMPL-DOS thread

k.


http://bluetetrarpg.x10.mx/usercard/img.php?name=fire219

Offline

 

#32 2010-09-27 21:46:12

ScratchReallyROCKS
Scratcher
Registered: 2009-04-22
Posts: 1000+

Re: SIMPL-DOS thread

fire219 wrote:

mooseofawesomeness wrote:

Very cool program! I'll download when I get around to booting into windows.

Thanks!

Were/are you running Mac OS X, or using a phone/iPod? If it is Mac, maybe I should get around to finding a way to convert it to .app.  hmm

I'll make a bash version if you want me too! It'll run on mac and linux.


http://imageshack.us/a/img694/3806/sigmad.png

Offline

 

#33 2010-09-27 21:54:22

fire219
Scratcher
Registered: 2008-02-07
Posts: 1000+

Re: SIMPL-DOS thread

ScratchReallyROCKS wrote:

fire219 wrote:

mooseofawesomeness wrote:

Very cool program! I'll download when I get around to booting into windows.

Thanks!

Were/are you running Mac OS X, or using a phone/iPod? If it is Mac, maybe I should get around to finding a way to convert it to .app.  hmm

I'll make a bash version if you want me too! It'll run on mac and linux.

Ok! That would be cool! Thanks!


http://bluetetrarpg.x10.mx/usercard/img.php?name=fire219

Offline

 

#34 2010-09-27 22:27:55

ScratchReallyROCKS
Scratcher
Registered: 2009-04-22
Posts: 1000+

Re: SIMPL-DOS thread

fire219 wrote:

ScratchReallyROCKS wrote:

fire219 wrote:


Thanks!

Were/are you running Mac OS X, or using a phone/iPod? If it is Mac, maybe I should get around to finding a way to convert it to .app.  hmm

I'll make a bash version if you want me too! It'll run on mac and linux.

Ok! That would be cool! Thanks!

No problem.  big_smile


http://imageshack.us/a/img694/3806/sigmad.png

Offline

 

#35 2010-09-28 07:23:28

Scratchthatguys
Scratcher
Registered: 2010-07-16
Posts: 1000+

Re: SIMPL-DOS thread

Try converting spaces into underscores
=_
or just using underscores
hello_world

Offline

 

#36 2010-09-28 16:32:50

fire219
Scratcher
Registered: 2008-02-07
Posts: 1000+

Re: SIMPL-DOS thread

Scratchthatguys wrote:

Try converting spaces into underscores
=_
or just using underscores
hello_world

I know you can just use underscores, but it is just annoying too.

Last edited by fire219 (2010-12-24 10:40:36)


http://bluetetrarpg.x10.mx/usercard/img.php?name=fire219

Offline

 

#37 2010-09-30 20:36:30

fire219
Scratcher
Registered: 2008-02-07
Posts: 1000+

Re: SIMPL-DOS thread

bump.


http://bluetetrarpg.x10.mx/usercard/img.php?name=fire219

Offline

 

#38 2010-10-02 09:15:54

fire219
Scratcher
Registered: 2008-02-07
Posts: 1000+

Re: SIMPL-DOS thread

ugh. BUMP.

Any suggestions, anyone?


http://bluetetrarpg.x10.mx/usercard/img.php?name=fire219

Offline

 

#39 2010-10-02 12:54:58

meowmeow55
Scratcher
Registered: 2008-12-24
Posts: 1000+

Re: SIMPL-DOS thread

I'm having a little trouble with a certain feature I'm programming, so I'm moving on to work on other stuff. Speaking of which, why don't you and I make a dev team or something?


Yawn.

Offline

 

#40 2010-10-02 16:31:37

fire219
Scratcher
Registered: 2008-02-07
Posts: 1000+

Re: SIMPL-DOS thread

meowmeow55 wrote:

I'm having a little trouble with a certain feature I'm programming, so I'm moving on to work on other stuff. Speaking of which, why don't you and I make a dev team or something?

Ok, both of that is fine.

I will go ahead and edit the main post. Do you think we should make a different topic? Noone seems interested in  this one.  sad


http://bluetetrarpg.x10.mx/usercard/img.php?name=fire219

Offline

 

#41 2010-10-02 18:52:10

ThePCKid
Scratcher
Registered: 2009-09-16
Posts: 1000+

Re: SIMPL-DOS thread

Can I please help?
Oh yeah, sorry for abandoning ExplodiDOS.

Offline

 

#42 2010-10-02 19:26:00

fire219
Scratcher
Registered: 2008-02-07
Posts: 1000+

Re: SIMPL-DOS thread

@PCKid  Yes, you can. It's ok. Less competition  wink  (I mean  wink  not  smile  ).


http://bluetetrarpg.x10.mx/usercard/img.php?name=fire219

Offline

 

#43 2010-10-02 19:32:56

fire219
Scratcher
Registered: 2008-02-07
Posts: 1000+

Re: SIMPL-DOS thread

@meowmeow Sign up on the SIMPL-DOS site plz. I need to add you as a admin/moderator.

PCkid, you already are one.  smile

Last edited by fire219 (2010-10-02 19:49:46)


http://bluetetrarpg.x10.mx/usercard/img.php?name=fire219

Offline

 

#44 2010-10-02 19:49:07

soft319
Scratcher
Registered: 2008-02-19
Posts: 1000+

Re: SIMPL-DOS thread

I'd join Dev Team, but... let's just say... I'm making one myself.


http://bluetetrarpg.web44.net/usercard/img.php?name=soft319

Offline

 

#45 2010-10-02 20:15:36

meowmeow55
Scratcher
Registered: 2008-12-24
Posts: 1000+

Re: SIMPL-DOS thread

OK, I've signed up  big_smile

I'm improving FileSnake quite a bit, and it's almost done. After that I'll fix up a few other things.


Yawn.

Offline

 

#46 2010-10-02 20:23:16

fire219
Scratcher
Registered: 2008-02-07
Posts: 1000+

Re: SIMPL-DOS thread

Ok, your a admin. Upload your version to mediafire and update the site if you wanna.


http://bluetetrarpg.x10.mx/usercard/img.php?name=fire219

Offline

 

#47 2010-10-02 20:37:53

meowmeow55
Scratcher
Registered: 2008-12-24
Posts: 1000+

Re: SIMPL-DOS thread

How do I update the site?


Yawn.

Offline

 

#48 2010-10-02 20:42:36

fire219
Scratcher
Registered: 2008-02-07
Posts: 1000+

Re: SIMPL-DOS thread

login on the site, and somewhere on the page, you should see a "Edit Site" option.


http://bluetetrarpg.x10.mx/usercard/img.php?name=fire219

Offline

 

#49 2010-10-02 21:42:48

fire219
Scratcher
Registered: 2008-02-07
Posts: 1000+

Re: SIMPL-DOS thread

meowmeow, are you still there?


http://bluetetrarpg.x10.mx/usercard/img.php?name=fire219

Offline

 

#50 2010-10-03 07:56:32

fire219
Scratcher
Registered: 2008-02-07
Posts: 1000+

Re: SIMPL-DOS thread

Anyone else want to join the Dev Team?


http://bluetetrarpg.x10.mx/usercard/img.php?name=fire219

Offline

 

Board footer