andy_b
Members-
Posts
1,473 -
Joined
-
Last visited
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by andy_b
-
From memory they like to create temporary files in c:\windows :/
-
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?
-
Where do you finde old versions of PaperCut NG
andy_b replied to MicrodigitUK's topic in Green Computing
Older versions can be found on their ftp site - ftp://ftp.papercut.com/pub/pcng/9.x/ -
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.
-
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.
-
You need to remove the from around the DOCTYPE statement
-
Another variant: @echo off set ipaddr=XXXX PING -n 1 -w 7500 %ipaddr% | find "TTL=" || goto fail :pass echo goto eof :fail echo :eof
-
Excel Bring Data From Another Sheeting Using Drop Down.
andy_b replied to russdev's topic in Office Software
I may have misunderstood, but something like this?eg template.xlsx -
Patiently waiting for July 17 - Breaking Bad Series 4
-
Do you need to use Shell? Else this should work Set wordapp = CreateObject("word.Application") wordapp.documents.Open "C:\...........\worddocument.doc" wordapp.Visible = True
-
This might help: DisplayAlerts Property [Excel 2003 VBA Language Reference]
-
Preloading MS Web Email Address
andy_b replied to SimpleSi's topic in Internet Related/Filtering/Firewall
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. -
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. --
-
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
-
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)
-
Now updated to 3.3.3.0 Good Luck
-
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"
-
RIXDPCI\DISK&VEN_RICOH Should be enough.
-
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
-
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?
-
Anyone seen this malware recently
andy_b replied to reggiep's topic in Internet Related/Filtering/Firewall
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) -
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.
- 6 replies
-
- floppy disk
- software
-
(and 3 more)
Tagged with:
-
Sophos Anti-Virus Version 7 to version 9.5
andy_b replied to Mick_Dundee's topic in AV and Multimedia Related
try: Setup.exe -updp "\\XXXXX\SophosUpdate\CIDs\S000\SAVSCFXP" -user XXXXX -pwd XXXXXX -mng yes -s -ni
