Jump to content

andy_b

Members
  • Posts

    1,473
  • Joined

  • Last visited

Everything posted by andy_b

  1. From memory they like to create temporary files in c:\windows :/
  2. How do they not run? We have the floppy disk versions and the only problems we had were permission based. Have you tested using an account with admin permissions?
  3. Older versions can be found on their ftp site - ftp://ftp.papercut.com/pub/pcng/9.x/
  4. Something like this? \\SERVER\delivery$\2011\dotNetFx40.exe /q /norestart echo dotNetFx40.exe ran on %date% >\\SERVER\delivery$\2011\%computername%.txt Then you could manually run: dir /b \\SERVER\delivery$\2011\*.txt >>\\SERVER\delivery$\2011\allcomp.txt to compile a single file with all the names in.
  5. I have seen this before. Not sure if we have the bugged version or not - but clicking on preview before clicking save seemed to ensure the review comments were saved correctly.
  6. You need to remove the from around the DOCTYPE statement
  7. Another variant: @echo off set ipaddr=XXXX PING -n 1 -w 7500 %ipaddr% | find "TTL=" || goto fail :pass echo goto eof :fail echo :eof
  8. alt + 156 (numpad) ?
  9. I may have misunderstood, but something like this?eg template.xlsx
  10. Patiently waiting for July 17 - Breaking Bad Series 4
  11. Do you need to use Shell? Else this should work Set wordapp = CreateObject("word.Application") wordapp.documents.Open "C:\...........\worddocument.doc" wordapp.Visible = True
  12. This might help: DisplayAlerts Property [Excel 2003 VBA Language Reference]
  13. Some kind of autohotkey script? #NoTrayIcon #Persistent SiteUrl = https://outlook.lancsngfl.ac.uk/owa/auth/logon.aspx?url=https://outlook.lancsngfl.ac.uk/owa/&reason=3 Email = [email protected] Ie = c:\Program Files\Internet Explorer\iexplore.exe IeTitle = Microsoft Exchange - Outlook Web Access - Windows Internet Explorer BlockInput, On Run, %Ie% %SiteUrl% WinWaitActive, %IeTitle%,,30 if ErrorLevel { BlockInput, Off MsgBox, WinWait timed out. Goto, Exit } else Sleep 100 SendInput %Email% {Tab} BlockInput, Off Exit: ExitApp I think there are fancy ways to detect if the page has loaded, but this seemed to work ok.
  14. As above -- Compression is possible because Opera Mini is using Opera Servers as a proxy, which are doing the compression. Internet->Opera Servers->Opera Mini I believe it is only Opera Mini. --
  15. Tricky to know best way do do this without seeing a sample of the data, but the attached file might give you some ideas.example.xls
  16. I had some Toshiba L300s with dodgy RealTek Wireless cards and swapped them for Intel 4965AGN Mini-PCI cards for about 20 GBP each and that helped alot. (I think that particular model has gone EOL)
  17. Now updated to 3.3.3.0 Good Luck
  18. Not sure if its exactly what you wanted, but using >> will append to the file. e.g for /f %%i in (c:\computers.txt) do dir /ad "\\%%i\c$\Documents and Settings" >> results.txt Alternatively if you want a file for each computer, perhaps this? for /f %%i in (c:\computers.txt) do dir /ad "\\%%i\c$\Documents and Settings" > "results %%i.txt"
  19. RIXDPCI\DISK&VEN_RICOH Should be enough.
  20. Ok, i'll read the question better next time.... the integrated reader won't work with this method. Instead of using DeviceType you need to use DeviceId Run ListUsbDrives_To_Notepad.cmd and find the Drive DevID and use that to populate the DeviceID settings, e.g. [DriveLetters10] DeviceID=SD\\VID_27&OID_5048 Letters=W,X,Y,Z That should work
  21. Just had a quick go as not set specific letters for card readers, used: [DriveLetters10] DeviceType=MSCR Letters=W,X,Y,Z and this seemed to work. I have the settings in the registry - but they should be exactly the same. Are you restarting the USBDLM service each time you are editing the settings?
  22. Don't know if this will help: Using FTP - Using FTP Friday, 15 May 2009 16:56 Tristan Hoa... | BGfLnet | Ftp, Proxy, Settings, Host, Click Using these settings allowed me to connect to ftp.dlink.com, without these settings it just sits at "waiting for welcome message...."
  23. I think ebay was also delivering this one (System Tool) disinfected three peoples home computes thus far. Pretty much used the following procedure: Remove System Tool and SystemTool (Uninstall Guide)
  24. I'm fairly certain you can just copy the files off the floppy disk. Otherwise make an image of the floppy and use Virtual Floppy Drive | Download Virtual Floppy Drive software for free at SourceForge.net to create a virtual drive on the laptop.
  25. try: Setup.exe -updp "\\XXXXX\SophosUpdate\CIDs\S000\SAVSCFXP" -user XXXXX -pwd XXXXXX -mng yes -s -ni
×
×
  • Create New...