Search found 3 matches

by PBogger
Fri May 04, 2012 12:52 am
Forum: General Discussion
Topic: Shell Account Usage
Replies: 3
Views: 1280

Re: Shell Account Usage

Just curious; Why would you want to upload either the real version or the demo version to your shell account to begin with? And if your going to upload the demo version then why bother because you can always get the demo version here at the PureBasic site?
I was gonna upload it to my shell account ...
by PBogger
Thu May 03, 2012 8:55 pm
Forum: General Discussion
Topic: Shell Account Usage
Replies: 3
Views: 1280

Shell Account Usage

Would it be OK if i uploaded the full version of purebasic to my private shell account on sdf? Only i would have access to it and no one else would be able to use it. Please let me know if this would be OK at your earliest convenience. If not I will simply upload the demo version to my shell account ...
by PBogger
Mon Jan 09, 2012 3:14 pm
Forum: Coding Questions
Topic: Get option at command line
Replies: 1
Views: 705

Get option at command line

I would like to know if it is possible to get an option given at the command line for a GUI program. For example i would like to load different images depending on what the user provides when the executable is run. If


myapp.exe bw

is given i want to load the images in Data/bw And if


myapp ...