Jump to content

hevnbnd

Member
  • Posts

    268
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by hevnbnd

  1. Ok so I rebuilt my computer and backed up my old drive. Some how though some files got deleted and I found them in the hidden RECYCLER folder on my old computers backup. I thought no problem I will just move them over to the new system. Moved them with no errors however none of the files will open. The mp3's tell me " Th file you are attempting to play has an extension (.mp3) that does not match the file format." and none of the exe will install and the txt are all blank when opened. What is causing this and how can i fix it? Thanks for your time.

  2. Try SCRU - http://www.tmoogle.com/scru/

    I use it with uTorrent downloads. For example, config uTorrent to move completed downloads to another folder. Then configure SCRU to watch that folder and unrar anything new that appears in it. It takes care of most anything I download that fits that criteria.

    Man, for your first post it sure was a good one. That does exactly what I wanted. Thank you very much.

  3. ===== Post Nº 1 ======

    I need to recurse into subfolders with winrar so I use the -r switch... winrar x -r *.iso. Now when I launch this command from c: and it finds the file abc.iso in c:folder1, it extracts the file to c: instead of c:folder1. The names of the subfolders will be unknown so I can't specify them. I have been using this script

    @echo OFF

    REM Extract the content of all .iso files in the current directory

    for %%f in (*.iso) do winrar x "%%f"

    DEL *.iso

    RMDIR AUDIO_TS

    REM Perform the same in all sub-directories

    for /D %%d in (*) do cd %%d && call %0 && cd ..

    This works but I was wondering if there was a way to do it using just winrar commands? I pieced this script together from different places and honestly don't know what half the stuff means. like %%F or the whole line for /D %%d in (*) do cd %%d && call %0 && cd ..

    Any help with this would be greatly appreciated.

    ===== Post Nº 2 ======

    Can anyone shed some light on this...

    ===== Post Nº 3 ======

    no one know about batch files..... Am I in the wrong forum

    ?

  4. Some Programs i use:

    XPIZE (Now Compatable w/ nLite)

    Information: Webpage

    Version: 4.2

    License: Freeware

    Credit: HEVNBND

    Size: 8.95 MB

    Main: Download

    Windows ISO Recorder

    Information: Webpage

    Version: 2RC1

    License: Freeware

    Credit: HEVNBND

    Size: 303 KB

    Main: Download

    KCeasy

    Information: Webpage

    Version: .016

    License: Freeware

    Credit: HEVNBND

    Size: 4.27 MB

    Main: Download

    Windows Power Toys

    Information: Webpage

    Version: .016

    License: Freeware

    Credit: HEVNBND

    Size: 689 KB

    Main: Download

    Included PowerToys: PowerToy Calculator, SlideShow Wizard, PowerShot, TweakUI

    Also if anyone wants to upload i can provide some space. Since i own my own domain figure i can make it useful. Just upload your .cab file along with a .txt file with the details of the app also PM me so i know you uploaded the info and i will post them here.

    EXAMPLE:

    NAME OF APP

    Information:Web Page about app

    Version: .016

    License: Freeware

    Credit: Your Name

    Size: 689 KB

    Main: DOWNLOAD http://www.squareplanet.com/msfn/ProgramAddonsNAMEOFFILE.cab

    Location to upload files to:

    ftp://squareplanet.com/

    Also, Please pm me HEVNBND when you upload something. So that i can post it. Thanks enjoy

    Thanks and let me know if i can meet any of your computer needs! I also sell a full line up Plasmas and DLPs :thumbup Site is in disaray right now & in desperate need of updates, but i can stilll get you any computer equipment at fair price.

    I am looking for a script that will automaticly email me when someone uploads to the annomous ftp, if someone has one please pm me it. Thanks

  5. Not sure if this is possible, but i am just learning how to use autoit and just created a script to install quickbooks and was wondering if there is a way to hide all the quickbooks stuff that comes up. I want it silent. Without seeing anything on quickbooks. Is this possible? My autoit script looks like this so far. Whatcha think?

    Run("setup.exe")

    WinWaitActive("QuickBooks Installation", "To continue with the QuickBooks installation")

    Send("!n")

    WinWaitActive("QuickBooks Installation","If you agree to the terms")

    Send("!a")

    Send("!n")

    WinWaitActive("QuickBooks Installation", "License Number and Product Number")

    Send("xxxSERIALxxx{TAB}886833")

    Send("!n")

    WinWaitActive("QuickBooks Installation", "Select Installation Folder")

    ControlCommand("QuickBooks Installation", "Place service and support icons on my desktop","Button5","UnCheck")

    Send("!n")

    WinWaitActive("QuickBooks Installation", "Ready to install QuickBooks")

    Send("!i")

    WinWaitActive("QuickBooks Installation", "QuickBooks Installation Complete")

    Send("!f")

  6. Ok I attached my error report. I have read the stickys and the instructions on FDVs site. I am using SP2 and i was under the impression that v1 and v2 .net were both needed for different apps.

    Ok missed adding media connect some how. Looks like i just need some input on getting the above hfs to work.

  7. KB829019 - .net 2.0

    -I put this silent installer in the HFSVPK folder.

    KB900325 - MCE Rollup 2

    -Tried with just this file in the HF folder and tried extracting and putting all the HFs in the bin folder in the HF folder of HFSLIP

    KB887998 - .Net Update v-1.0 SP3

    -Tried in HF Folder File name is (NDP1.0sp3-KB887998-X86-INTL-Ocm-Enu.exe)

    Any help would be great. Thanks

    ERROR_REPORT.TXT

  8. Ok i have xpcreate in one folder i have my source in another folder. I set the Copysource=NO and yet it always makes a copy of my source in the cdroot folder instead of just updating the files from the source location. Make sense? How do i fix this? Thanks in advance.

    FYI this program is great for all you noobies out there i have been using a copy from sept, 04 since then without any problems. I just upgraded to the latest. :)

×
×
  • Create New...