Jump to content

mac_shinobi

Members
  • Posts

    10,527
  • Joined

  • Last visited

Everything posted by mac_shinobi

  1. would be interesting to see a sample csv file, just wondering if you could use the split function to get the correct part of the csv file line ( to obtain the mac address ) instead of using instrrev or instr to get the mac address etc for example Line one may contain : Computer Name, CPU, RAM, HDD, Serial Number, Make , Model, MAC Address of NIC You could use a variable and assign the line to said variable ie Dim strTemp, strString strString = ReadLine(1) ' This would contain the first line it has read into strString which would contain something similar to the above as mentioned strTemp = Split(strString, ",") ' This would split the string by using comma's which a CSV is generally comma delimited ( obviously ) Then to call the relevant item you would just do something like so msgbox strTemp(5) the number you place in between the brackets determines which item it shows you so if you put zero (0) ie strTemp(0) then that would show you the very first item vs if you put another value in. I think using the split function it assigns each item a value starting from zero , going by what I used as an example if you only used the items I mentioned in the same order then the ID Values would be something like : Computer Name = 0 CPU, RAM = 1 HDD, Serial Number = 2 Make = 3 Model = 4 MAC Address of NIC = 5 Might make it a bit easier to seperate each of the values by using the commas instead of trying to use InStr or InStrRev ( In String or In String Reverse Functions )
  2. Can you post back what the text file looks like as far as what is on each line and where the mac address is on each line, also do a dummy example of how you want it to work ie Variable = "AA:BB:CC:XX:YY:ZZ" strLastLine = Code to get last line value of the text file For i = 0 to strLastLine strLine = 'code to read one line at a time If strLine = Variable Then 'code to do whatever actions else 'ignore or any code that you need here End If Next etc etc I basically want to see if we need to do any additional tasks ie using split function etc to get the mac address from each line of the csv or how you want / need this to work etc @Steve21 is a lot better with scripts etc than myself so will most likely be able to knock something up quicker and better
  3. Sounds better, after all why re-invent the wheel if it already gives you the option to sort it out that way.
  4. Same here. In tomorrows draw pls
  5. iPhone 5 Space Grey iPhone 5 32Gb factory unlocked with recently purchased apple care so has an additional years cover direct with apple. Reasonable Offers please. Can attach photos later if wanted. Comes with original box and all cables etc Any questions etc let me know Im looking at around the £350 mark but can negotiate on price plus whatever choice of postage method is chosen or wanted
  6. If im lucky I will be one of the next five, hopefully !!
  7. mac_shinobi

    The New Mac Pro

    Great idea - can use this along with thunderbolt connectors at the bottom almost like a cordless kettle to make them work in parallel etc
  8. Where is the new feature list and will I be able to transfer time machine backups from 10.7 to 10.9 or have they changed it a lot. Any photos / videos to show what 10.9 will be like etc before I take the plunge on my 2011 mac mini
  9. Failing that isn't there a registry key where it logs all the installed applications and just enumerate through that registry key to see if it shows as an installed application ?
  10. E.T - The Ninja Chronicles ??
  11. Desktop / Laptop ( If desktop , what form factor is the case ). Also what make and model of desktop / laptop are we talking here, how much are you willing to spend , how many etc ?
  12. Would using the Shell API vs the Shell function work better or give you any more functionality etc ( should be a pre made module etc that uses the Shell API and just call the relevant method / function etc to launch said exe etc ?? Just a thought .......
  13. Bring back the days when fruit was just fruit and didn't imply / infer / mean a tech product of any description
  14. Passes all diagnostic disc tests for RAM and HDD ? If so then I would say either the CPU or Motherboard is at fault
  15. Would it help or make any difference if the UNC Path was mapped as a drive letter onto the local pc and then from there shell("X:\directory\file.exe") ???
  16. I was thinking that but was wondering if they could do a zone director with 2 AP's but like you say ref unifi for cost etc
  17. Not had a chance to watch the videos but almost like they've taken a combination of features from both windows and android type features / GUI / etc to make ios 7. I feel ios 6 was better, they just needed to add / adjust the 3 menus for ios 6 ie swipe to 1) search the phone 2) bring up the control centre 3) pull down the notification centre ios 6 would have been great
  18. If you logon as either local or domain ( am guessing domain admin will give you more rights and do all the resets, clear temp files + browsing history etc On advanced tab restore advanced defaults and also reset button ensuring to tick the delete temp files checkbox etc and log off once all resets are done and then logon with the affected users account. Is or does that help at all ??
  19. UniFi - http://www.ubnt.com/unifi Ruckus - Which @Net-Ctrl or @CPLTD can assist with pricing Also @neilmac can assist with WiFi before choosing a vendor as a WiFi survey etc may need to be carried out whether you can do this yourself using specific utilities to save money or paying a professional to do this etc
  20. Disconnect hdd and memory and see if it beeps If it does re seat ram n try again. Then power off and try with hdd and see if you get any further. Maybe worth while ensuring all power n data connections are seated firmly etc
  21. Mostly at work. No issues at home but if im at home not many people I need to talk to when im at home vs if im at work my partner needs to contact me or visa versa me contact her or if friends or work colleagues need to contact me whilst im at work etc
×
×
  • Create New...