Jump to content

Mangix

Member
  • Posts

    123
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by Mangix

  1. I've been using Skype for over a year i believe and i have to say, it's a very good program. On land-line and non-land-line connections(using SkypeOut), the quality is better than the quality that i get from my regular Phone.

    When i talk to another Skype user through Skype, the sound quality is crystal clear. My mom talked to her friend in Bulgaria(we're currently living in California) yesterday and the sound was really incredible.

  2. thanks for the explination. i had no idea that mp3packer could do that.

    i recently made some changes to the script.

    Set fs		=	CreateObject("Scripting.FileSystemObject")
    srcFolder = InputBox("Select the source folder.")
    If NOT fs.FolderExists(srcFolder) Then
    MsgBox("Error!, You need a path that exists!")
    Else
    Set WshShell= CreateObject("WScript.Shell")
    WshShell.Run("C:\WINDOWS\system32\stuff\mp3packer.exe" & " -z -t -s " & Chr(34) & srcFolder & Chr(34))
    End If

    it works :)

  3. the code which i have right now is this.


    Set fs = CreateObject("Scripting.FileSystemObject")
    srcFolder = InputBox("Select the source folder.")

    If NOT fs.FolderExists(srcFolder) Then
    MsgBox("Error!, You need a path that exists!")
    Else

    Set fo = fs.GetFolder(srcFolder)
    Set WshShell= CreateObject("WScript.Shell")
    mp3packer = WshShell.ExpandEnvironmentStrings("mp3packer")

    For Each x in fo.files
    WshShell.Run(mp3packer & " " & "-z -t -s " & x)
    Next
    End If

    the script runs without any errors. although when it runs mp3packer, it shows some kind of failiure on the consoles that keep popping up. the end result of the command line that the script does should be something like

    mp3packer -z -t -s "C:\test\test.mp3"

    comments would be most appreciated :)

  4. new one today. i found a very good wallpaper which i edited to suit my needs. well, the only thing i edited was all the Dimmu Borgir logos so that it would look nicer and that's about it. anyways, here it is :).

    Clean:

    sshot-1.png.xs.jpg

    Dirty:

    sshot-12.png.xs.jpg

    btw, please don't think that i'm a satanist :)

  5. new one today. i got a new wallpaper with the Ace of Spades(the best card out there). i also got my foobie looking like WMP11. it's not that great since i stripped a lot of code from the original layout(it used to be 308 lines and now it's 55) but i like it. i should add bitrate and stuff like that though...

    Clean:

    sshot133ng7.th.png

    Dirty:

    sshot1333nn0.th.png

    Enjoy!

×
×
  • Create New...