English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Programming & Design - August 2007

[Selected]: All categories Computers & Internet Programming & Design

this question is based on management information systems

2007-08-06 03:08:57 · 2 answers · asked by vicky 1

I have around 360 AutoCAD details that I need to go through, does anyone know a way to easily make a MS Word list of the contents of the directory instead of typing them out slowly, and risking typos? They need to be shown exacly as they are in the directory, able to edit for future reference, and printable.

2007-08-06 03:03:14 · 3 answers · asked by Todd 7

I am trying to update several hundred tapes in tms using TMSUPDTE. The tapes are random volsers with different conditions, so a TMSGRW is out of the question. I would like to scan the tapes into a list then use that list as input source file.

//TMCUPDT JOB (HCSCSCCO,),'some user',
// MSGLEVEL=(1,1),CLASS=U,
// PRTY=12,MSGCLASS=T,NOTIFY=someuser
//S1 EXEC PGM=TMSUPDTE,PARM='TEST'
//STEPLIB DD DISP=SHR,DSN=SYS.PROD.TMS.LOAD.RESTRICT
//TMSRPT DD SYSOUT=*
//SYSIN DD *

for /f %list% in (mydataset) do

VOL %list%,NODSN
REP OUTCODE=HEXZERO
REP OUTDATE=ZEROS
REP SLOT=HEXZEROS

2007-08-06 02:05:46 · 1 answers · asked by Gabriel 1

yeah i was wondering if it would ever be possible to travel to the past? like just to go back to your most favorite and happy years and just stay there..

2007-08-06 02:04:02 · 4 answers · asked by Anonymous

totally simple for those of you who know excel...

i have two columns of numbers covering about 30 rows.
I want to calculate the average of each row. (so the mean of 2 numbers)
I could do this in my head but i need to know how to tell excel to do this.

The functions interface is confusing me
Thanks!

2007-08-06 01:58:36 · 4 answers · asked by Anonymous

2007-08-06 01:45:01 · 8 answers · asked by Anonymous

I keep getting the white box.

2007-08-06 01:30:40 · 2 answers · asked by Tony S 1

I wanna show dwg files in my VB.net project,

2007-08-06 00:10:17 · 3 answers · asked by saeedsad 2

2007-08-05 23:16:47 · 2 answers · asked by oni_l3on 1

I would like to have my own website and the previous one I didn't like bacause I couldn't find exactly the HTML codes I wanted. Please help me!

2007-08-05 20:15:09 · 4 answers · asked by Timbito 2

2007-08-05 19:40:16 · 2 answers · asked by Yani 2

i have uploaded the html file of the photo to the ftp folder naming it as index.html as well as other names with html extension.The pic is in jpg format on my hard disk.

2007-08-05 18:48:25 · 4 answers · asked by nikhil k 1

Now it is Win 98 And The Programs Look Very Simple.

2007-08-05 18:24:40 · 3 answers · asked by Anonymous

I need to find volume of liquid in a cylindrical tank, the liquid height is a variable. I need to find the volume at each level in intervals of 2" in a 40 feet tank with a radius of 18.8 ft.

2007-08-05 16:44:21 · 2 answers · asked by Charlie 1

2007-08-05 14:29:04 · 3 answers · asked by Anonymous

Hi, this may be hard to explain. I want to become good with computers so that I can get into the FBI. I downloaded python and tried it out. I want to know how to actually do stuff useful. Also, is it possible to be a computer wizard in the FBI and still go on the field to make arrest and stuff, or do I have to choose? If anyone could give me advice on computers, how to become good, websites, books, (free) programs, tips, anything!!! I really want to be able to do cool stuff. If i need to expand this more then let me know.... Thanks

2007-08-05 13:47:49 · 5 answers · asked by Anonymous

2007-08-05 13:17:19 · 3 answers · asked by erlene63 1

2007-08-05 10:31:38 · 2 answers · asked by spider 2

Write a shell program that accepts no less than one argument or more than nine arguments.
Each of the arguments must be checked to determine if it is a file. If it is not a file,
display an error message for each argument that is not a file, redirecting the message to a
temporary file and excluding it from the list of arguments used to produce the final output.
Each acceptable file then outputs (1) "This file named, (file name here) contains: ",
(2) cat|more|pg the file, and (3) display a blank line, a line with 15 underscores,
and another blank line. After all the good files are generated, take the information that
you redirected to the temporary file and output it to the screen using (1) a line that says
"These are entries that are not files: ", and (2) cat the temporary file.

2007-08-05 08:08:02 · 2 answers · asked by Anonymous

2007-08-05 08:03:34 · 4 answers · asked by doublepow 1

2007-08-05 07:39:59 · 2 answers · asked by jameschipper21 1

I need help. I need to write a program with functions that gives the following output: ( I will use the numbers as examples (they must be values between 1 and 200))

The three numbers are:
150 1 79
This group is valid:
largest is: 150
smallest is: 1
range is:149
the range is 100 or more

another example output if the numbers arent 1-200:

The three numbers are:
45 720 -3
720 is invalid
-3 is invalid
this group is invalid.

If you need more explanation from me please email me. Id like to get this one shown to me so I can do the rest of them on my own.

2007-08-05 07:17:17 · 2 answers · asked by Anonymous

I need a form processing script which i can fit in the backend without showing advertisement on the form where i can find such kind of ad free and fully functional script.

2007-08-05 07:06:38 · 3 answers · asked by Anonymous

please answer these two questions:
1) which of the following is used to change the password for the current user in linux?
a) passwd
b) pwd
c) chpasswd
d) newpwd

2) in linux, you can leave a shell by invoking the command:
a) bye or quit
b) logout or exit
c) Logout or Exit
d) Bye or Quit

3) In linux, you can learn more about a command by invoking the command:
a) man
b) apropos
c) info
d) all of the above


I will be very happy if you give the correct answers of these questions. Kind regards! Thanks!

2007-08-05 03:04:34 · 4 answers · asked by destinys child 3

How to create a list from "12001" to "13001" in Excel?
Plz help!

2007-08-05 02:50:01 · 3 answers · asked by John L 1

i need programming help.
does anybody know how i can solve bank account programe in C# language?

2007-08-04 23:37:35 · 3 answers · asked by Barbi_girl 2

2007-08-04 23:04:25 · 2 answers · asked by fogey mole 1

fedest.com, questions and answers