Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- CraigsList Adman (zip)
- CraigsList Adman, see if your ads are really running or green-ghosted by CL. Click any City result to see your ad or any competing ads. Search all Cities in one place. Check your ads if they are still online or green ghosted, by searching for your text inside those ads....
- Tags: Craigslist, Advertisement, File1
- Software downloads 2008-05-12
Additional Resources
- COPY Command in DOS
- Hi,I wish to copy a file (C:DIRECTORY1FILE1.TXT) to another subdirectory but with the current date appended to the filename (C:DIRECTORY2FILE1_20APR2005.TXT)Is there a way to do this type of file copy using the COPY command or any other in DOS? I want to write this into a batch file as a...
- Tags: Copy
- Q&A 2005-04-20
- Perl HP-UX
- Hi,I need help with some Perl scripting.I need to perform diskspace cleanup. I have :A text file containing file to be deleted e.g. File1 File2 ...
- Tags: Scripting languages, Programming languages, Development tools, HP-UX, kleeusmale@..., File2 & File3, Perl
- Discussion threads 2007-07-11
- UNIX Scripting Question
- I'm trying to pull some text from a file using "grep", which is then saved as a variable. The variable is called, and the entire search string is translated fine, but the string itself contains other variables that are being treated as text, and not as variables. A...
- Tags: Unix, jeremy.roy@..., EIF
- Discussion threads 2007-07-24
- Example of Image Upload
- Here we are uploading images in File System and storing path in the database. http://www.hanusoftware.comCode (ImageUpload.aspx.cs) :-private void Button1_Click(object sender, System.EventArgs e) { // Here I am uploading images in Images folder of C drive.int intResult=0;string strPath = @"c:Images"+Path.GetFileName(File1.PostedFile.FileName);SqlConnection con = new SqlConnection("server=.;uid=sa;database=pubs;pwd=");SqlCommand com = new SqlCommand("Insert into Category(name,imagepath) values(@name,@imagepath)",con); com.Parameters.Add("@name",TextBox1.Text); com.Parameters.Add("@imagepath",strPath); con.Open; intResult = Convert.ToInt32(com.ExecuteNonQuery); if(intResult...
- Tags: hanuseo@..., strPath, SqlConnection, SqlCommand
- Discussion threads 2007-09-20
- Report lines NOT in two compared files
- HiI'm quite new on this and I need to compare 2 text files that contains several lines and get a report of wich lines are NOT in both files. I've made a vbscript and can get to have wich lines are in both files; however I can't get to make...
- Tags: cornejo.alvaro@..., Microsoft VBScript, OrigLine, programming, SET OrigLine, vbscript
- Q&A 2006-02-03
- File1 Simple Shop (zip)
- A simple Arabic/English application to manage a trading shop. Manages the (goods, costumers, credits) after entering the goods and costumers the user can make a (sell, buy, pay to, pay from) actions, and the application will automatically calculate the other fields. Interface can be easily changes from English to Arabic...
- Tags: Goods
- Software downloads 2005-12-02
- WIN2K DOS Batch Program
- I am trying create a script to copy files with the same extension out of multiple directories into a single directory.It looks a little like this..c:mydirdir1file1.RTAc:mydirdir2file2.RTAc:mydirdir3file3.RTA..into a single directory..c:newdirfile1.RTAc:newdirfile2.RTAc:newdirfile3.RTAI can't use XCOPY because it copies the subdirectories, which I don't want. So far I've created a small batch file that...
- Tags: *.RTA, Microsoft Windows 2000, programming, wreeson
- Q&A 2004-10-19
- command line supports wildcard dirs?
- hello again, it seems I need some help from you all.I have a bunch of cab files.I'm using cabext *.cab to extract all the cabs at once.However I need to make it so each cab extracts to a different folder without specifiying the name of the folder.So cabxx.cab would extract...
- Tags: slickprog@...
- Discussion threads 2007-06-13
- Changing multiple file names in a Windows Explorer folder
- I have a folder with maybe a couple of thousand files whose names all have certain characters I want to replace or delete (ie. for all files in this folder).Is there any way to edit these changes for all the files in single commands instead of doing renames foe each,...
- Tags: hardware, Microsoft Windows, Microsoft Windows Explorer, shell script, techknow@...
- Discussion threads 2005-02-14
- shell scripting
- 1. how to write shell script to display the following series:1,2,3,4,10,5,6,7,8,2,6,9,10,11,12,42,13,14,15,16,58,17,18,19,20,742.how to write a shell script that accepts two file names.it should swap the contents of these two file i.e. contents of file 1 should go in file2 and contents of file2 should go in file1.3.how print the multiplication of...
- Tags: slipknotsr@...
- Q&A 2004-12-22
- Exporting Text from Access Table into RTF files
- I have created a simple table in Access 2000 containing just two fields in each record: Name and Contents. I have around 200 lines in the table (200 records) so there are 200 Names with 200 corresponding pieces of associated text in the Contents field.I want to create a...
- Tags: malc@..., Microsoft Access, FileToOpen
- Discussion threads 2007-10-16
- Lesser-known Linux commands: join, paste, and sort
- So many Linux commands, and so little time. In this Daily Feature, Jack Wallen, Jr. begins chipping away at the extensive list of uncommon commands by describing three commands you should know: join, paste, and sort.If you've spent any time in Linuxland, you know that the command line can be...
- Tags: Social Security, Operational accounting, Jack Wallen, Jr., Jessica Wallen, Jeri Wallen, Johnny Wallen, Linux
- Technical articles 2002-03-29
- Compare file contents and render the output with PHP and PEAR
- This article is also available as a TechRepublic download.When it becomesnecessary to compare two or more text files in UNIX, most developers reach forthe diff program. This program, included by default in almostall UNIX distributions, compares the files line by line and displays thechanges between them in a number of...
- Tags: Software engineering/development
- Technical articles 2007-04-10
- VB code office 97
- I am new to a company and they have a program written in office 97 and we want to change the code so it is written in office 2003. It crashes if the end user does not have office 97. I am networking guy so I am not sure how...
- Tags: Fax, Microsoft Visual Basic, bsl@..., F24, F23, F17, File1.path, F18, F19, StatusList.AddItem InputFile, FileFromCommerce.Text, StatusList.AddItem, F22, Input #1
- Discussion threads 2007-07-25
- Exporting databases larger than 2 GB on UNIX
- here how you can have unlimited sizeExport tables into flat files. Instead of using oracle export is better using tool like fastreader www.wisdomforce which very quickly unload Oracle tables into flat csv files and creates loaders to destination. I guess limitation is only your storage in this case. if I...
- Tags: 10Gig, data transfer, database, fast oracle export, GB, john_miller_portland@..., oracle unload, software, Unix
- Discussion threads 2005-04-22
- Create a simple file transfer Web service with .NET
- .NET allows you to create powerful solutions without expending too much effort. Find out how to develop a Web service that will receive and produce files as binary data. The beauty of .NET is its simplistic approach towards solution development. With just a few lines of code, you...
- Tags: Web, Microsoft .NET, Phillip Perkins, .NET, binary data, BinaryReader binReader, WebService, buffer, Web service, Web Development Zone Newsletter, Directory, Byte, Channel Management, Web Services, Marketing, Enterprise Software, Software
- Technical articles 2005-08-04
- VS.NET Pro vs VS.Net Dev Edition
- STupid question..I'm completely new to .Net, so go easy on me for this. Will the Pro edition of VS.NET allow me to create DLL's ? I've been looking everywhere and am just not finding a clear answer. As well, if I have a web application using DLL's, would I be...
- Tags: Microsoft development tools, .NET, Programming languages, C/C++, Java development tools, Pro, Dev, DLL, Microsoft Visual Studio.Net
- Q&A 2005-04-06
- Download our UNIX command cheat sheets
- Need help remembering those complicated UNIX commands? We've got the answer with our UNIX command cheat sheets. Get detailed examples and descriptions for the "grep" command, using wildcards, and much more.Has this ever happened to you? You’re sitting at a UNIX terminal, and you can’t remember the command to make...
- Tags: Operating systems, Michael Hayes, Searches, Unix
- Technical articles 2000-11-30
- Make your Linux command line work like DOS with shell scripting
- If you're an IT support professional who's comfortable withworking at the command prompt in Windows, you might quickly find yourself lostwhen you first open a command line in Linux. Most of the familiar DOS commandsyou grew up with don't exist in Linux. So you find yourself facing thedaunting task of...
- Tags: DOS, Linux, command line, Eric Sheesley, shell
- Technical articles 2004-07-16
- << Previous
- page 1 of 1
- Next >>