![]() |
|
![]() | ||
|
Subject:
Computer scripting
Category: Computers Asked by: tuskegee84-ga List Price: $10.00 |
Posted:
24 May 2006 21:44 PDT
Expires: 07 Jun 2006 22:16 PDT Question ID: 732202 |
I need help in computer script writing and applying them to my network can you help me find a contact that can help with that. |
![]() | ||
|
There is no answer at this time. |
![]() | ||
|
Subject:
Re: Computer scripting
From: thegreatall-ga on 25 May 2006 00:56 PDT |
So are you looking for some programmers/scripters? try this: http://www.rentacoder.com/ if not, will you please elaborate? |
Subject:
Re: Computer scripting
From: agough-ga on 28 May 2006 23:35 PDT |
tuskeegee84-ga, if you are using a windows network I would recommend learning to write batch files. They are simple to write as you simply write them in any text editor (such as notepad) and then save the file with a ".bat" extension. Batch files, while old fashioned, should take care of most of the tasks that are necessary on a small network, such as backups and that sort of thing. here is a small example batch file: @echo off cls echo Hello! all it does is clear the screen and then print hello to the console, but any standard windows console/dos command can be used in a batch file. Simply copy the above text into a text document and then save it with a ".bat" extension and double click on the file to see what happens! I would recommend Googling for tutorials on batch files to learn more. Good luck! |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |