Is it possible to disable reminders on shared calendars in Outlook 2010? It seems that in Outlook 2010 users get reminders for all calendars they have access to, not just their own. I can't see an option to stop this - the only option seems to be the global option to disable reminders which...
Is it possible to print a larger number than a standard 32bit integer?
For example, I need to output the size of a directory in bytes, and the directory is 6GB.
I've tried a few things, but the simplest line is:
du -s -k | awk 'print $1*1000}'
The -k option lists the directory size in KB...
Hi
Is it possible to skip backwards a number of records when using awk? For example, if I'm reading each line in an input file and reach a line which begins with certain text I want to skip backwards a couple of lines in the input file and carry out some extra processing.
I may need to...
When I select 'File, New' in Word I'd like it to jump straight to 'My Templates' instead of the Available Templates screen. Is this possible, and if so, how can I configure it to do it?
Thanks.
Hi
I’m having a bit of trouble writing my first Unix script.
I’ve written a script which includes some awk coding to extract certain information from a file. The filename is hard-coded into the awk routine. The script is working okay, but what I’d like to do is to have all the files in a...
I’ve got an HP ProLiant ML370 G4 with a SmartArray 6400 controller. It’s running Windows Server 2003.
The C: (system) drive is on one mirrored array.
The E: (data) drive is on a RAID 5 array.
I’ve installed three larger capacity hard disk drives for the E: drive. When I installed them I...
I've also posted this in the HP server section.
I’ve got an HP ProLiant ML370 G4 with a SmartArray 6400 controller. It’s running Windows Server 2003.
The C: (system) drive is on one mirrored array.
The E: (data) drive is on a RAID 5 array.
I’ve installed three larger capacity hard disk...
I’ve inherited a critical Access 97 database/application, and it’s starting to play up. The main database sits on an NT4 server, and there are two client PCs which access it. They run Windows XP Pro, and have Access97 installed (alongside Office 2002). On the PCs there is a MDB file and an...
I need to open a text file as input, extract some data from it, saving it to another file.
I'm reading through the source file line by line using something along the lines of:
while (!spoolfile.eof()) {
spoolfile.getline(buff, sizeof(buff));
However, I'm not sure how to extract the...
I've just inherited an SBS 2003 server. How can I determine whether or not SP1 has been applied to it? I suspect it hasn't. If not, is the upgrade 'straightforward' or can I expect to run into problems?
Thanks
David
We're running ExchangeServer 2003 Standard (bas edition - no service packs). It hit the 16GB limit, and I temporarily increased this using the known registry entry. I got users to delete loads of stuff from their mailboxes, and empty their deleted items. The message store seems to indicate...
I've installed a VPN between our two offices. The main office has a Windows NT4 server. The remote office currently only has one Windows 98 PC. The VPN seems to work in that from the remote office I can ping the server at the main office. However, I need to be able to map to a network drive...
I've installed a VPN between our two offices. The main office has a Windows NT4 server. The remote office currently only has one Windows 98 PC. The VPN seems to work in that from the remote office I can ping the server at the main office. However, I need to be able to map to a network drive...
I've got a UnixWare 7.1.4 and a UnixWare 7.1.3 server. I sometimes use a command such as:
scp -rp /source/* 192.168.0.1:/destination
to copy a directory from one server to the other. However, this requires me to manually key the root password for the destination server.
I suspect it's...
I'm running VisionFS on OpenServer 5.0.5. It's been working fine since 1999... There are about fifteen client PCs, all Win98. Since yesterday, I've had to reboot the server a few times. It seems that vfsd daemon is taking all the CPU time. It starts off fine, but after a while it increases...
Our email server has been running for a couple of years, and I’ve not really noticed any problems with the mail transport before. That’s not to say there haven’t been problems, but it generally just delivers mail, and there have only been a limited number of occasions when a user has complained...
I’ve got OpenServer 5.0.5 running on an old Compaq Proliant 400 server. It was installed around 1999.
There seems to be a problem with the main-board or riser-board related to the system Fan 1 (on the backplane of the server behind the CPU). It’s not getting up to speed. I’ve tried another...
I have a Case statement, part of which looks like:
Select Case GetPrinterDetails.PortName
Case "\\scofp1\reslet2c"
' HP LaserJet Colour 4650dtn
Tray1 = 260
' etc
End Select
The GetPrinterDetails.PortName is an element of a structure that is populated by...
I need to write a macro that will print a document but not its FirstPage Header and Footer. Is there a specific switch to do this? Failing that, I wondered if it was possible to select the Header, delete its contents, select the Footer, delete its contents, print the document, then perform a...
I've created a form in a global template (in the Word Startup folder). The template has the following 'modules'
GlobalPrinterControl (ie the template name)
Forms
PrintCopySelectForm
I want to call the form from another template using a FilePrint routine. I've tried:
Sub...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.