MSFN Forum: [How to] 7zip virtualdub or virtualdubmode? - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

[How to] 7zip virtualdub or virtualdubmode? Rate Topic: -----

#1 User is offline   kurt476 

  • YU-GI-OH!
  • PipPipPipPip
  • Group: Members
  • Posts: 624
  • Joined: 26-October 04

  Posted 11 February 2005 - 07:01 PM

how do i do a 7zip virtualdub? how do i have it create shortcut on the desktop?
i would like the program avisetup.exe too run after too. oh and i have filters too for virtualdub.


#2 User is offline   SiMoNsAyS 

  • C'mon you apes! You wanna live forever!?
  • Group: Patrons
  • Posts: 3,455
  • Joined: 17-May 04

Posted 11 February 2005 - 08:16 PM

it doesn't need reg entries, just sfx it.
for the shortcut... well xcopy your already created .lnk? try to use system variables to make sure it will work.

#3 User is offline   kurt476 

  • YU-GI-OH!
  • PipPipPipPip
  • Group: Members
  • Posts: 624
  • Joined: 26-October 04

Posted 11 February 2005 - 08:19 PM

ok. how do i have .lnk copy from the sfx too the desktop?

#4 User is offline   FrankE9999 

  • Member
  • PipPip
  • Group: Members
  • Posts: 115
  • Joined: 16-March 04

Posted 11 February 2005 - 08:53 PM

To uncompress a file to a folder and create a shortcut all you need is a simple batch file. Here is the batch file I use to install Unknown Devices. I have the batch file and the zip file in the same folder. Also I have added unzip.exe and shortcut.exe to my system32 folder. You could also place them in the folder with the other files. In that case unzip would be replaced with "%~dp0unzip.exe" and shortcut.exe would be replaced by "%~dp0shortcut.exe" including the quotes.

The only commands you need are unzip.exe and shortcut.exe.
unzip.exe http://www.info-zip.org/UnZip.html
shortcut.exe http://www.optimumx.com


@echo off
setlocal
set dest=%~1
if "%dest%"=="" set dest=%ProgramFiles%\Admin\Unknown Devices
if not exist "%dest%" md "%dest%"
unzip -o "%~dp0UnknownDevices.zip" -d "%dest%"
if not exist "%ALLUSERSPROFILE%\Start Menu\Programs\Admin" md "%ALLUSERSPROFILE%\Start Menu\Programs\Admin"
shortcut.exe /F:"%ALLUSERSPROFILE%\Start Menu\Programs\Admin\Unknown Devices.lnk" /A:C /T:"%dest%\UnknownDevices.exe" /W:"%dest%"
endlocal

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy