MDGx Posted June 28, 2006 Posted June 28, 2006 (edited) To create shortcuts, you need to use INF files, otherwise the dirs won't be detected correctly.It may be a way to do this in VBS, but I have no experience with VB.Example, adapt to your needs [excerpt from 2G.INF, part of 98SE2ME]:[Version]Signature=$CHICAGO$[DefaultInstall]UpdateInis=UI[uI]%10%\SETUP.INI,progman.groups,,"0="%10%\SETUP.INI,0,,"""File Manager"","%10%\WINFILE.EXE",,,,"%10%",,""File Manager (Short File Names only): versatile + customizable disks, folders + files editing + viewing management tool"""%10%\SETUP.INI,0,,"""Registry Editor"","%10%\REGEDIT.EXE",,,,"%10%",,""Registry Editor: Registry editing + viewing management tool"""%10%\SETUP.INI,0,,"""System Configuration Utility"","%11%\MECONFIG.EXE",,,,"%11%",,""System Configuration Utility: Registry, Startup + System Files editing + viewing management tool"""%10%\SETUP.INI,progman.groups,,"G2=Accessories\Games"%10%\SETUP.INI,G2,,"""Spider Solitaire"","%10%\SPIDER.EXE",,,,"%10%",,""Play Spider Solitaire Card Game"""%10%\SETUP.INI,G2,,"""Space Cadet Pinball"","%28700%\Pinball\PINBALL.EXE",,,,"%28700%\Pinball",,""Play Space Cadet 3D Pinball Game"""[sourceDisksNames]1=,,0HTH Edited June 28, 2006 by MDGx
PROBLEMCHYLD Posted June 29, 2006 Author Posted June 29, 2006 (edited) ? Edited August 16, 2012 by PROBLEMCHYLD
PROBLEMCHYLD Posted July 3, 2006 Author Posted July 3, 2006 (edited) ? Edited August 16, 2012 by PROBLEMCHYLD
PROBLEMCHYLD Posted July 3, 2006 Author Posted July 3, 2006 (edited) ? Edited August 16, 2012 by PROBLEMCHYLD
PROBLEMCHYLD Posted October 29, 2006 Author Posted October 29, 2006 (edited) ? Edited August 16, 2012 by PROBLEMCHYLD
PROBLEMCHYLD Posted November 6, 2006 Author Posted November 6, 2006 (edited) ? Edited August 16, 2012 by PROBLEMCHYLD
LLXX Posted November 7, 2006 Posted November 7, 2006 How do i extract Marbles.Zip to C:\Program Filesusing a bat file?cd "program files"pkunzip -e marbles.zip
eidenk Posted November 7, 2006 Posted November 7, 2006 I would not recommend Pkzip as it's not free and requires an email even for the demo. http://nct.digitalriver.com/fulfill/0018.035Look into this one instead :http://www.izarc.org/izarccl.htmlFor the batch file posted above you'll need to have marble.zip present in program files before running the command and the commandline util somewhere in the search path otherwise it won't work IMO.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now