Jump to content
    1. Welcome to GTAForums!

    1. GTANet.com

    1. GTA Online

      1. Updates
      2. Find Lobbies & Players
      3. Guides & Strategies
      4. Vehicles
      5. Content Creator
      6. Help & Support
    2. Red Dead Online

      1. Blood Money
      2. Frontier Pursuits
      3. Find Lobbies & Outlaws
      4. Help & Support
    3. Crews

    1. Grand Theft Auto Series

      1. Bugs*
      2. St. Andrews Cathedral
    2. GTA VI

    3. GTA V

      1. Guides & Strategies
      2. Help & Support
    4. GTA IV

      1. The Lost and Damned
      2. The Ballad of Gay Tony
      3. Guides & Strategies
      4. Help & Support
    5. GTA San Andreas

      1. Classic GTA SA
      2. Guides & Strategies
      3. Help & Support
    6. GTA Vice City

      1. Classic GTA VC
      2. Guides & Strategies
      3. Help & Support
    7. GTA III

      1. Classic GTA III
      2. Guides & Strategies
      3. Help & Support
    8. Portable Games

      1. GTA Chinatown Wars
      2. GTA Vice City Stories
      3. GTA Liberty City Stories
    9. Top-Down Games

      1. GTA Advance
      2. GTA 2
      3. GTA
    1. Red Dead Redemption 2

      1. PC
      2. Help & Support
    2. Red Dead Redemption

    1. GTA Mods

      1. GTA V
      2. GTA IV
      3. GTA III, VC & SA
      4. Tutorials
    2. Red Dead Mods

      1. Documentation
    3. Mod Showroom

      1. Scripts & Plugins
      2. Maps
      3. Total Conversions
      4. Vehicles
      5. Textures
      6. Characters
      7. Tools
      8. Other
      9. Workshop
    4. Featured Mods

      1. Design Your Own Mission
      2. OpenIV
      3. GTA: Underground
      4. GTA: Liberty City
      5. GTA: State of Liberty
    1. Rockstar Games

    2. Rockstar Collectors

    1. Off-Topic

      1. General Chat
      2. Gaming
      3. Technology
      4. Movies & TV
      5. Music
      6. Sports
      7. Vehicles
    2. Expression

      1. Graphics / Visual Arts
      2. GFX Requests & Tutorials
      3. Writers' Discussion
      4. Debates & Discussion
    1. Announcements

    2. Support

    3. Suggestions

*DO NOT* SHARE MEDIA OR LINKS TO LEAKED COPYRIGHTED MATERIAL. Discussion is allowed.

Random Questions...


lesfleanut
 Share

  • Replies 4.1k
  • Created
  • Last Reply

Top Posters In This Topic

  • Wolf68k

    715

  • Atomic

    209

  • MiNdLeSs

    134

Top Posters In This Topic

Recommended Posts

 

Does anybody know of any CD Burning software that will burn a disc off a command line instruction?

Cdrdao

cdrecord

Golden Hawk better known for making CDRWin

CDRoast

 

Cdrdao and CDrecord have ports for more than just Win and since you didn't say which OS, Win or Linux or Mac OS X, I'm just guessing you mean Win.

 

I just did a search at google, I didn't read too much into these to see what features they have.

Edited by wolf68k
Link to comment
Share on other sites

I just downloaded Mozilla Thunderbird, and I would like to use it for my hotmail accounts. I need to know if this is possible, and if it is, I need to know the server type, the incoming mail server name, and the smtp name.

 

I think I somehow managed to screw it up, but it would be nice if I could use this instead of having to go to the site and log in.

Link to comment
Share on other sites

I just downloaded Mozilla Thunderbird, and I would like to use it for my hotmail accounts. I need to know if this is possible, and if it is, I need to know the server type, the incoming mail server name, and the smtp name.

 

I think I somehow managed to screw it up, but it would be nice if I could use this instead of having to go to the site and log in.

No it's not possible.

Hotmail uses http.

Outlook is the only thing I've seen or heard of that can check Hotmail. Hell Outlook is the only client I've seen or heard of that can check POP3, IMAP and HTTP

Link to comment
Share on other sites

I just downloaded Mozilla Thunderbird, and I would like to use it for my hotmail accounts. I need to know if this is possible, and if it is, I need to know the server type, the incoming mail server name, and the smtp name.

 

I think I somehow managed to screw it up, but it would be nice if I could use this instead of having to go to the site and log in.

Take a look at Hotmail Popper. You can't use hotmail directly, but this will act as an intermediary (translator) for Mozilla or any POP3 client and Hotmail.

sysnode.org

Link to comment
Share on other sites

ThE kIng oF NyNEx

On Linux, (i'm using telnet if it matters) how do you delete a directory without deleting everything thats in it first.

 

[nynex web]$ rmdir abc

rmdir: `abc': Directory not empty

[nynex web]$

Link to comment
Share on other sites

On Linux, (i'm using telnet if it matters) how do you delete a directory without deleting everything thats in it first.

 

[nynex web]$ rmdir abc

rmdir: `abc': Directory not empty

[nynex web]$

instead of:

rmdir abc

use:

rm -r abc

The -r makes it recursive or something, basically it deletes everything in the directory, and then deletes the directory itself.

sysnode.org

Link to comment
Share on other sites

ThE kIng oF NyNEx

can mac OS X burn cd's from the terminal? If it can I need to burn an .iso image on a cd and i need to know how to. ( when i say that, i don't mean just burning the single file onto it, i need to burn the cd as an image )

Link to comment
Share on other sites

I posted this in the Desktop thread, but I'll post in here..

 

How do I assign a custom icon set to be my standard, if I just have the .ico files? I'm on Windoze 98.

 

notify.gif

F4tISZ2.png

xY1j6rP.gif

Link to comment
Share on other sites

 

I posted this in the Desktop thread, but I'll post in here..

 

How do I assign a custom icon set to be my standard, if I just have the .ico files? I'm on Windoze 98.

 

notify.gif

You want to change the default folder icons or a file type's icon or what?

You want a reg hack or a third-party program to make life easier but usually will cost you some cash?

Third-party programs for this are easy to find, and there are some that will work for both 98 as well as XP.

I don't know of any reg hack off hand, and trying to change it in Folder Options so fast hasn't worked for me but then I didn't try restarting after trying to see if that is what is needed to get it to work.

 

 

can mac OS X burn cd's from the terminal? If it can I need to burn an .iso image on a cd and i need to know how to. ( when i say that, i don't mean just burning the single file onto it, i need to burn the cd as an image )

You asking if OS X terminal can do it as it is installed or are you looking for a third-part terminal add-on program?

My best suggestion would be, just get Toast and be done with it. Toast should be able to burn ISOs easy enough.

Link to comment
Share on other sites

Whats the best CD/DVD burning utility? If you vote Nero, what version?

Depends on what you want it to do?

For a good all around, then I use Nero 5.5 (I forget the build) I haven't tried 6 yet but I hear good things about it.

 

For some disc-to-disc copying that Nero has probelms with I use CloneCD.

 

Game disc copying I suggest Alcohol 120%

Link to comment
Share on other sites

Whats the best CD/DVD burning utility? If you vote Nero, what version?

Depends on what you want it to do?

For a good all around, then I use Nero 5.5 (I forget the build) I haven't tried 6 yet but I hear good things about it.

 

For some disc-to-disc copying that Nero has probelms with I use CloneCD.

 

Game disc copying I suggest Alcohol 120%

Ok thanks, ive used all of those except Nero. So ill look that one up now. Im not doing any disc backup but will be doing some data backup.

Link to comment
Share on other sites

If you're just doing simple data backup, like storing images or music or stuff like that, Nero should be fine

 

But if it's your drive you plan to back up, you might want to think about using Retrospect from Dantz, they have a trail version that is good for 30days.

Ideal for drive or large backups, it also compresses it to help save space.

 

I use to use this on my old Mac with Zip disk. Never failed me.

And for restoring, you can do complete restores or selective files only.

Link to comment
Share on other sites

_punK noodleS_

ok this is probably going to get alot of flaming biggrin.gif but whatever...

 

what program do i need to edit ps2 games on my comp (XP) ?

Link to comment
Share on other sites

Even if you could edit PS2 games there's not much good that would come out of it, because if you even wanted a chance of playing the edited game you'd need a mod chip, a dvd burner, and a blank DVD. You'd have to copy the contents of the disk onto your computer and then onto the blank DVD and even then i doubt it would run on your PS2. Google would be my best bet, and if you can figure out how to get it to work, all the power to ya.

Link to comment
Share on other sites

ok this is probably going to get alot of flaming biggrin.gif but whatever...

 

what program do i need to edit ps2 games on my comp (XP) ?

Buy the superior PC version of the game and mod it however you want.

Link to comment
Share on other sites

Yeah you have to know close to nothing about programming to mod Vice City and GTA3, although other games will take a little bit of skill to mod. However, the GTA games are an absolute riot to mod because of all the wacky things you can do... turn.gif

Link to comment
Share on other sites

Windows just won't let you. The smallest character I've found that you can put in there is a comma ,

 

Question to you; why? What are you trying to do?

 

Side note; you can do this on a Mac with easy. Infact I have a program that you can give it an image and it'll slice it up into piece that are 32x32 and make blank files (but you can do the same thing with folders) with a piece of the image as it's icon and it uses spaces as the file name and puts them in order in a folder so that all the piece are lined up to recreate the image. Did it for a Newton software CD I made for my dad when he was selling his and several people wanted to buy just the CD because it looked so good.....can't ask for a better compliment.

Link to comment
Share on other sites

Well it works if you rename my computer and the recylce bin nothing but spaces but it wont do a normal folder. Im trying to make my desktop look all clean and junk by removing the names, which worked for the most part cept for that folder.

Link to comment
Share on other sites

Let me guess, it only works on My Computer, My Documents, Recycle Bin, and Network Neighborhood, right?

 

Think that's because Windows looks at those as elements, where as everything else is a file or folder which must have characters it can use.

Link to comment
Share on other sites

I got a question...

 

Is there anywhere I can find a file named HIDDEV.INF for Windows98 Second Edition? I'm tyring to use my new stereo's connection to PC feature, but I can't find my Windows98SE installation disk that it says I need for the USB thing to work...

Link to comment
Share on other sites

I got a question...

 

Is there anywhere I can find a file named HIDDEV.INF for Windows98 Second Edition? I'm tyring to use my new stereo's connection to PC feature, but I can't find my Windows98SE installation disk that it says I need for the USB thing to work...

http://www.usb-drivers.com/drivers/54/54221.htm

 

bored.gif

Thanks.. Finally got the thing working.

Link to comment
Share on other sites

Well, erm, sort of a weird question, for PC chat anyway, but uhh, here goes.

 

I have this old Mac 5200, and I went to install OS 8.5 on it, but the installation got an error halfway through, and I didn't want to skip that part in the installation because it was a vital part of it. So I restarted with another copy of OS 8.5, firstly to initialize the drive, then to install it. However, as it was booting (to the CD), it 'bombed' and told me to reboot with extensions off (by holding the shift key). So the only option that I have is to hit restart, it kicks the CD out, trying to boot up normally. Problem is that there isn't an operating system on there, so it comes up with the little folder thing with the '?' on it. And it bombs every single time I boot to the CD, and I can't boot up without extensions, because I can't boot up normally anyway. And don't say, 'hold down the shift key while it's booting to the CD,' because there aren't any extensions on when you boot up like that.

 

Help?

Link to comment
Share on other sites

Simple question i have this process running in task manager called ouybeil i have no idea what it is when i type ouybeil in google it comes up with 0 results. confused.gif

Link to comment
Share on other sites

Simple question i have this process running in task manager called ouybeil i have no idea what it is when i type ouybeil in google it comes up with 0 results. confused.gif

Sounds safe to end if you ask me. smile.gif

Link to comment
Share on other sites

Well, erm, sort of a weird question, for PC chat anyway, but uhh, here goes.

 

I have this old Mac 5200, and I went to install OS 8.5 on it, but the installation got an error halfway through, and I didn't want to skip that part in the installation because it was a vital part of it. So I restarted with another copy of OS 8.5, firstly to initialize the drive, then to install it. However, as it was booting (to the CD), it 'bombed' and told me to reboot with extensions off (by holding the shift key). So the only option that I have is to hit restart, it kicks the CD out, trying to boot up normally. Problem is that there isn't an operating system on there, so it comes up with the little folder thing with the '?' on it. And it bombs every single time I boot to the CD, and I can't boot up without extensions, because I can't boot up normally anyway. And don't say, 'hold down the shift key while it's booting to the CD,' because there aren't any extensions on when you boot up like that.

 

Help?

First just to make sure, these copies of OS 8.5 are from Apple, or disc dub'ed copy, and not something someone made up themself right?

Saying that it got an error half way through the install isn't much help. Knowing what the error would be better. Try it again with that disc and write it down and get back to me.

I've never seen or heard of a CD booting and saying you need to start with extension off, hell I don't think I ever remember seeing the OS say that either.

You are holding down the C key when you boot the CD right? or you can use Shift+Command(Apple)+Delete, I think that's right it's been a while since I've had to use it...if not try Option+Command(Apple)+Delete and remember that's Apple's delete key which is the same as PC's backspace.

 

 

 

 

@lawley

Does XP also tell you what the file and path name is besides just the process name (something I wish 98 did)?

Get the file name and search that.

Something tells me if Google doesn't show anything with that name, and I hope you spelled it right, then it's not a good thing.

Link to comment
Share on other sites

 

Well, erm, sort of a weird question, for PC chat anyway, but uhh, here goes.

 

I have this old Mac 5200, and I went to install OS 8.5 on it, but the installation got an error halfway through, and I didn't want to skip that part in the installation because it was a vital part of it. So I restarted with another copy of OS 8.5, firstly to initialize the drive, then to install it. However, as it was booting (to the CD), it 'bombed' and told me to reboot with extensions off (by holding the shift key). So the only option that I have is to hit restart, it kicks the CD out, trying to boot up normally. Problem is that there isn't an operating system on there, so it comes up with the little folder thing with the '?' on it. And it bombs every single time I boot to the CD, and I can't boot up without extensions, because I can't boot up normally anyway. And don't say, 'hold down the shift key while it's booting to the CD,' because there aren't any extensions on when you boot up like that.

 

Help?

First just to make sure, these copies of OS 8.5 are from Apple, or disc dub'ed copy, and not something someone made up themself right?

Saying that it got an error half way through the install isn't much help. Knowing what the error would be better. Try it again with that disc and write it down and get back to me.

I've never seen or heard of a CD booting and saying you need to start with extension off, hell I don't think I ever remember seeing the OS say that either.

You are holding down the C key when you boot the CD right? or you can use Shift+Command(Apple)+Delete, I think that's right it's been a while since I've had to use it...if not try Option+Command(Apple)+Delete and remember that's Apple's delete key which is the same as PC's backspace.

Yeah, I've tried two copies of 8.5, both from Apple. It was back on Tuesday, I believe, so my memory is a little fuzzy, but I think it was installing "Mac OS Runtime," or something like that, and the error was like 11875 (this was at work, and I'm not going back there until summer).

 

I don't know if you've ever seen it, but sometimes when you boot up a machine, then it'll 'bomb,' giving you this little picutre of a bomb and then it recommends to reboot with extensions turned off.

 

Yes, I am holding down the C key, I've installed a lot of OS's, imaged a lot, lot more (either from the CD or through firewire [firewire was used to do OS X]).

 

It doesn't matter that much to me, because this machine is being donated, but it would be better to donate it then to throw it out.

 

Edit: Antecedent -> pronoun agreement.

Edited by SuperFly123
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • 1 User Currently Viewing
    0 members, 0 Anonymous, 1 Guest

×
×
  • Create New...

Important Information

By using GTAForums.com, you agree to our Terms of Use and Privacy Policy.