You are here

General Discussion

General discussions of portable apps and news.

Tool to make apps portable ? [Making sense of ]

historicslunk's picture
Submitted by historicslunk on December 9, 2009 - 4:19pm

Hello All

Brand new to the site so please forgive me if I get it slightly wierd?

Saw this and I think it is an awesome idea but I am a bit confused. Is there a packaging tool that I can use to convert apps to portable applications?

So what I want to do is say find a widget like Trellian Web designer tool and run the install "through" some application and be presented with a portableapp that I can then just "move" to the users machine when they ask for it. Have I got it totally wrong?

If not can you tell me what the packager is called?

Thanks all

Sharif

A batch file is an executable?

Pyromaniac's picture
Submitted by Pyromaniac on December 7, 2009 - 8:10pm

Well, the school always tries to screw me up and well, looks like they were going to ban me again from their computers when they saw me running a batch file. (I was showing a joke to my computer-impaired friend).

@echo off
echo You will die and go to hell
pause
@echo off
echo Are you sure?
pause
@echo off
echo OK off you go.
pause
start HELL

The Easiest way to Create a Shortcut with Relative Paths

Submitted by Wooops_Phil on December 6, 2009 - 3:53pm

Since there´s no Tips & Tricks forum, I assume the better place to post may be here.

I´ve seen a lot of people asking how to create shortcuts with relative paths in windows, some say it´s just no supported etc etc At the end of the day there are several ways, like creating a windows shortcut files (.ink) or using a bat file wich can be converted to an exe with an icon file. Anyway non of both are ideal / have several disadvantages, so I´m going to share a method that works great for me and hopefully it may be useful for you as well.

Pages