You are here

General Discussion

General discussions of portable apps and news.

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