You are here

Just starting out

3 posts / 0 new
Last post
DeadSoul
DeadSoul's picture
Offline
Last seen: 15 years 4 months ago
Joined: 2008-03-02 22:33
Just starting out

I've been thinking i wanted to try to make an app. But I'm pretty new to programming all together. (I've had a little c++ experience but thats about it). So I wanted to try something small. I just want to try to create an entry in the portable apps menu that executes an exe. can someone show me the most simplest way to do that. Thanks in advance.

P.S. i apologize if this is shown elsewhere, i briefly searched but couldn't find anything.

haustin
Offline
Last seen: 12 years 7 months ago
Joined: 2007-09-19 17:59
no programming required.

The menu automatically searches for all EXE files in the directories immediately below PortableApps when it starts up.

So, you could simply create a directory under PortableApps (e.g., X:\PortableApps\DeadSoulApp) and place your EXE there.

-hea

DeadSoul
DeadSoul's picture
Offline
Last seen: 15 years 4 months ago
Joined: 2008-03-02 22:33
Thank you

That is super amazing thanks for your time.

#define question ( bb || !bb)

Log in or register to post comments