Hi experts,
I have a shell script that runs fine, I want to add some code in there to find any files in the current directory named like *_GAP2_0.txt and change it to *_GAP2_7.txt
so the f...
i've got a bat file, trying to rename files in a certain directory, just to include the date, such that new files w/the same name will not overwrite them. i'm trying to test it now, then i wo...
EXPERTS EXCHANGE
User Accounts and Script Errors: is there a Solution, yet?
OS :Dell Optiplex GX 260 (32 bit), XP Home SP 2, LAN (Ethernet), ADSL2+ and a Netcomm NB 5 modem. My web brows...
Short problem expansion:
The page listing http://www.csharphelp.com/archives2/archive301.html shows that you can get the window name of the active window. This works but the problem i need i...
Hi Experts,
Can anyone let me know how to parse Events Log in windows Vista? or what is the file format of exported .evt(Events) file in windows Vista.
Thanks in advance.
Devender
hi
i have one serverA (windows 2000 server) D drive contains some shared folders with subfolders . I recently moved all these folders to a new server B (windows 2003 R2) on the D drive, usin...
1) I need help on how to write a schell script for auto FTP transfer to other server after files in 30 days old, my source server OS is Susu9 and target server OS is Solaris 8.
2) Shell scrip...
i am learning vxworks
wha is the memory map of c program in vx works
I am preparing for interview and i want a good material for RTOS Questions so that i can suceed in the interview
please help
Has anyone here done any custom Gina development? I have a requirement which I think I could meet very well by writing my own gina, but I'm having trouble locating any resources on how to do ...
hi,
I have a question about process switching and operating systems. Let's say the system architecture only allows process switching in hardware and no interrupts. What kind of info will t...
Hi,
Can anyone help me i want to delete my duplicate calendar appoint is there any script that you can offer. I am using outlook 2007 and some of my colleagues are using 2003. I can't selec...
i m using this code to set task in windows scheduler
'------------Code is here
Dim objWMIService As Object, objNewJob As Object
Dim ObjBias As Object, ObjItem As Object
Dim lJobId As Lon...
Hi
I have a customer that needs a very simple Operating system (properly not simple to code).
The requirements is:
1. It boots up to simple fulllscreen webbrowser with a hardcoded uncha...
I have written a shell script, which is remotely executed on a Unix machine using rexec. In that script, I need to change user's primary group. The only (known to me) tool to do so is newgrp. ...
Under CentOS + Apache, download the khtml2png-2.0.6.tar.gz but dun know what to do next...
tried ./configure --prefix=/usr/local
but it said "rm: cannot remove ..." x 4 and
"./configur...
I have a script that includes
exec 1>> /var/log/unb/dblog.log
later logrotate renames the file to ...dblog.log.1 as expected but the script continues writing to the same file so the dblo...
Hello,
I currently have a VB6 program that generates a batch file, which will call a program to convert a .xls file to a .pdf file. I want to have the batch process check if the file has f...
I would like to run multiple version of application in shell script (C Shell), for example:
Application2005 - command ro run is "app"
Application2006 - command ro run is "app"
Application20...
I used usmt to export a user's settings. Now I am trying to import it, but it says that it is corrupt and tries to send a message to microsoft. I have tried the fastconv utility from microso...
We have two programs that run on a Windows XP Embedded Kiosk machine. One program creates a file by opening it, writing a character, and then closing it. The other program simply checks for...
I have a group of files in a directory and I need code to remove all the extensions from the filenames and return only the base portion of the name. The files all currently end in .pgp and I ...
Has anyone tried to run the ST6UNST.exe file with their logs...kinda like
c:\windows\st6unst.exe -n "c:\program files\(program)\st6unst.log -f -q
I am having troubles with my p...
What types of activities benefit most from higher cpu speed? I assume that graphics intensive activities such as 3d games depend most on graphics speed. Is number crunching the main beneficiar...
whats the meaning of fileName=`echo "$recAndfile"|cut -f1 -d"~"`