Jump to content

featured_spectre

Members
  • Posts

    13,520
  • Joined

Everything posted by featured_spectre

  1. Didn't know that, thanks @3s-gtech
  2. Amazon link for SSD Drive This is the samsung drive, performance wise and longevity wise, its better than the Kingston drive
  3. I'd say go for the Samsung EVO range. Cheap(ish) and reliable. We're making the switch at work...and its a good one to go for.
  4. http://www.quickmeme.com/img/44/4412348689c875604f88a3620dee443f9c9a5414f1d5e3203d81787cd1c481b4.jpg
  5. Of course it's free...anyone else?
  6. I'm doing this. Got a spare metallic paint job pack and feel like giving it away. If you want it, all I want to know is...why do you want it?
  7. I know 1 person personally on the whole list...Chris Earnshaw :-)
  8. Picked up all ETS2 paint job packs and truck packs for a whopping £1.49...got to love the people that sell for bitcoin...lol
  9. Nothing has piqued my interest...at all...just waiting until the last day when all items go back on sale so I can see everything
  10. I submitted my CV to Sony, but unfortunately they cancelled the interview.
  11. I am trying to get a piece of code to copy an entire word document, and then input a signature at the bottom of the document. I would use the word function for send as, however this needs to have the option to add the signature (some of 1, 2 or 3 signatures so I'd edit that line). Unfortunately, the signature seems to input itself at the top of the email, rather than the bottom, so any help to fix it would be appreciated. Sub Send_Email() FileOpen = Options.DefaultFilePath(wdDocumentsPath) Selection.WholeStory Selection.Copy Dim objOutlook As Outlook.Application Dim objOutlookMsg As Outlook.MailItem Dim objInspector As Outlook.Inspector Dim objDoc As Word.Document Set objOutlook = CreateObject("Outlook.Application") Set objOutlookMsg = objOutlook.CreateItem(olMailItem) With objOutlookMsg .Subject = "" .BodyFormat = olFormatHTML .Display End With Set objInspector = objOutlook.ActiveInspector If Not objInspector Is Nothing And objInspector.EditorType = olEditorWord Then Set objDoc = objInspector.WordEditor End If objDoc.Range.Paste Set objDoc = Nothing Set objOutlookMsg = Nothing Set objInspector = Nothing Set objOutlook = Nothing SendKeys "^{END}" SendKeys "%NAS" SendKeys "{ENTER}" End Sub
  12. I am trying on my machine, with full admin privileges so thats not an issue, and we're not a school here, its an office, they have their C:\ should they need it (personal drives clone to the C:\ documents incase of hardware failure so that they can still work and vice versa).
  13. I am trying to make a batch script that runs on logon, to copy an image file from the server to the C:\. I've gone through a pause after every line, and it gives me no syntax errors, and yet it doesn't do the job I'm asking. The paths are correct for where want to go, and I've tried the mapped path along with the UNC, so any help is appreciated. @echo off for /f "delims=" %%# in ('"wmic path Win32_VideoController get CurrentHorizontalResolution,CurrentVerticalResolution /format:value"') do ( set "%%#">nul ) echo %CurrentHorizontalResolution% echo %CurrentVerticalResolution% if exist "%CurrentVerticalResolution%" == "1024" goto :ResultTrue :ResultFalse goto Done :ResultTrue XCOPY /y PATH\image.jpg C:\ :Done
  14. I love being poland...free social policy = epic. But then Greece with their diplomacy is also very handy with city states...
  15. http://oi47.tinypic.com/125s46h.jpg
  16. 12lb loss at slimming world this week. All I did was eat as normal and switch from Dr pepper to Pepsi max
  17. Uhhh...no...piratebay is up and running....Isohunt runs a version, but other nations versions still work, like the Czech Republic...
  18. well brand new the switch alone is worth £1500 and the access points are a shade over £110 each. Second hand, you can expect to half that, so total of £750 for switch, and £55 for each AP. Total amount = £1300 would not be unreasonable. Not an offer, but may speak to boss.
  19. With blackjack and hookers?
  20. Not a bad spec in honesty. Dual sim is a bonus, but its lack of 4G would annoy me (I use a lot of data)
  21. Try this...it may work Link
  22. Sign up with the prime ministers address and details...Mr D Cameron, 10 Downing Street...lol....that would be nice!
  23. 13/15....star craft and world of warcraft were the only 2 I got wrong.
  24. Somewhat yes. I am curious about design, reason for design choice etc.
  25. As per the title, is anyone into Vexillology at all?
×
×
  • Create New...