Jump to content

exploder

New Members
  • Posts

    5
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

exploder's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Oh ok.... chr() On the machines I have tested it on so far, mapped network drives do not show up which is fine, I don't want those. I hope that's the way it's intended to work... Mike
  2. Thanks for the replies broken and crayon....Im surprised I haven't seen this before. I tried it and it looks like it will do the trick, I just need to get it to run through a list of machine hostnames. I intend to run it as a cron job or scheduled task and generate text files, then just parse the text files with the web page, probably load the page quicker. I found a Pear package called WinDrives but it looks like it would have to be executed from a windows machine, still nice though. I guess we can mark this as complete, thanks. Just curious - Why does this for loop use 65 to 90 ?
  3. ??? I am looking for a way to find out what the hard disk drive letters are on windows computers on the network. I need to keep up with the hard drive free space on these machines which I can do with the "freediskspace()" function, but I need to first find out how many drives the computers have - some have a C drive only, some have C and D, others have C E and F. I need to know how to get the drive letters and make sure they are hard drives and not cdroms or mapped network drives. I think vb script has something like "("Select * from Win32_LogicalDisk Where DriveType = " & HARD_DISK & "")" but I need to do it in php if at all possible. Thanks in advance for any assistance.
  4. I guess not since there seems to be nothing to be found on the web about it. Looks like I will either move to apache or rewrite my .html files to .php files. Thanks for looking.
  5. :-\Can PHP written in an .html file work on IIS ? I have php5 running on windows 2003 server IIS. PHP works fine with the files have the .php extention, but when I put php code inside of a .html file, the php code doesn't execute. I don't know much about IIS so I'm not sure if this will work or not. .htaccess files don't work with IIS so is there any other way to use php code inside of html files ? thanks in advance.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.