It is currently Fri May 24, 2013 10:37 am

All times are UTC - 8 hours




Post new topic Reply to topic  [ 1 post ] 
Author Message
 Post subject: JauntPE package loader Template
PostPosted: Sat Apr 07, 2007 6:59 am 
Offline

Joined: Fri Apr 06, 2007 8:39 am
Posts: 7
I created this simple AutoIT script to clear the "File System" and "Registry" folders for portable apps packaged with JauntPE. This one was created for TeamViewer but you can use it as a template for other applications.

Save the following code as Launch_Teamviewer.Au3 then compile it to Launch_TeamViewer.exe (Substitute your app name in place of TeamViewer).

Code:
#cs ----------------------------------------------------------------------------
Launch_Teamviewer:
Portable TeamViewer Launcher: Allows you to remotely control PCs even through firewalls.
AutoIt Version: 3.2.2.0
Author:        Mickey72

Script Function:
   Clear portable session settings from previous session then launch TeamViewer.

#ce ----------------------------------------------------------------------------

; Delete previous temp profile then temp registry.
DirRemove ("TeamViewer\File System\User", 1)
FileDelete("TeamViewer\Registry\TeamViewer_registry.reg")
; Launch JauntPE portable executable.
Run("TeamViewer\TeamViewer_portable.exe")


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 

All times are UTC - 8 hours


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  

Protected by Anti-Spam ACP Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group