To start with you need the skype exe file. You can get this from the skype folder in your program files (you only need that file not the other ones.)
Now we need somthing that will help that run
Open notepad or wordpad etc and copy this into a file
@echo off
set APPDATA=%~dp0Application Data
if not exist "%~dp0Application Data" mkdir "%~dp0Application Data"
set USERPROFILE=%~dp0
set ALLUSERSPROFILE=%~dp0
echo Starting Skype...
start %~dp0skype.exe
Now save it as skype.ini And put the exe and the ini in a new folder with a useful name and walla you have skype
Edit:Thanks to Ph4n70m for pointing out that the text file should be saved as Skype.cmd not .ini also don't forget they need to be in the same folder
You need to save Skype.CMD and not .INI
sorry bout that!
-------------------------------------------------------
If there's a way to hate windows more than i do, PM me.
-------------------------------------------------------
For the third time has come crawling back to portable apps...
Hehe, no problem ;]
I never tried to redirect userprofile using a batch file
It works perfectly x]
I've used on another apps hehehe
Awesome.
I not tried it yet, but as soon as I get a minute, I will. Great idea though!!! Can't wait to have a go
I once read another how-to i found on google, but i didn't work. this just works finde. thanks for it.
I'm lazy so I just downloaded a launcher here: http://www.robloach.net/project/portableapplications
Of course you need the original skype.exe...
------------------
I have no signature again...
If a packet hits a pocket on a socket on a port,
and the bus is interrupted as a very last resort,
and the address of the memory makes your floppy disk abort,
then the socket packet pocket has an error to report
I've removed Portable Skype and it will no longer be supported or hosted. More information and ways to re-implement it are available here: Portable Skype.
just make a skype.bat that contains:
skype.exe /datapath:"data" /removable
/*PhreakOnALeash*/
/*PhreakOnALeash*/
I tested the portable version of Skype, it works!
Just be careful to delete your "leftovers" in the C:\Documents and Settings\username\Application Data\skype folder.
Delete this folder after use it if you are in a public machine.
greetings.
hi all,another great voip soft this trick can be used for is justvoip.after modification it looks like:
@echo off
set APPDATA=%~dp0Application Data
if not exist "%~dp0Application Data" mkdir "%~dp0Application Data"
set USERPROFILE=%~dp0
set ALLUSERSPROFILE=%~dp0
echo Starting JustVoip...
start %~dp0JustVoip.exe
save it as JustVoip.cmd and put in the same folder on the usb stick with the JustVoip.exe file copied from your program files JustVoip folder.By the way JustVoip is much cheaper than skype and has a lot of countries on it's list where you can call landlines for absolutely free.
[Moderator RM: Post deleted. No need to double post]
I don't usually say this... Ever... But thank you, dnandi. I never knew about JustVoip and after using it, I can say I have firmly migrated from Skype to JustVoip. Thank you so much for introducing me to this app.
My advice to everyone is to try JustVoip for landline calls and even free SMS messages... I am truly astounded...
Thanks again.
Is there any way to take that with me? No? Give me 10 minutes... Maybe an hour...
At least, I think it's easier...
Download the installer and install to the default folder. There should be three folders available: Phone, Pictures and Wallpaper. Copy Phone\Skype.exe to a folder of your choice. Under that folder, create a subfolder called data. Copy Pictures and Wallpaper to the data subfolder. Finally, uninstall the program. Launch the program by using "Skype.exe /datapath:data /removable".
Copy&Paste from here: http://www.portablefreeware.com/?id=503
But I just use roboloach's launcher...
If a packet hits a pocket on a socket on a port,
and the bus is interrupted as a very last resort,
and the address of the memory makes your floppy disk abort,
then the socket packet pocket has an error to report
To do the ini version You need notepad. Cut and paste. To do your way Folders..subfolders... .ini is easier
-------------------------------------------------------
For the third time has come crawling back to portable apps...