Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- Webcomic: Why you should never use the GOTO command
- Not all GOTO's are badBesides that some languages aren't powerful enough to get around it without like old BASIC, commands like return and break are hidden GOTO's IMHO.hidden GOTO'sreturn and break are certainly a form of GOTO, but they are predictable. Anyone reading code using these should be able...
- Tags: mszs2@..., Goto
- Discussion threads 2007-07-27
- Webcomic: Why you should never use the GOTO command
- Software development best practices tend to get discarded when you're on deadline -- or just lazy -- but xkcd warns us of the dangers of a hastily employed GOTO command via a Jurassic metaphor. If only it really were this hazardous to write crappy code, we wouldn't have...
- Tags: Goto, Software Development, Development Tools, Software/Web Development, Jay Garmon
- Blog posts 2007-07-20
- Some DOS commands not supported in Win2000
- Hi everybody,i'm not able to use DOS commands like 1:CHOICE 2:GO TO It says "'choice' is not recognized as an internal or external command,operable program or batch file."I think i need to update the dos version.Can anybody post me the link for updating it or maybe...
- Tags: Microsoft Windows, sajithmenon27@..., Goto, DOS
- Discussion threads 2007-06-10
- BADA: Absolutes - Never say never, Never say Always
- Read what BADA means.What do I mean by absolutes?When someone says you should NEVER do something or when someone saysyou should ALWAYS do something. Some things make sense. If your mamasaid you should never run with a sharp stick, she was probably right.Of course if you don't, you'll never win...
- Tags: Goto
- Blog posts 2006-08-22
- Create a timed connectivity tracking batch tool in Windows XP
- Create a timed connectivity tracking batch tool in Windows XParticle rootVery cool script, but........ How on earth would you stop the thing.Once you have initialized this bat file it will carry on repeating itself. So how do you stop it from running without a shutdown?CTRL+CCTRL+Cif dont want to use ctrl...
- Tags: %Counter%, stop the pingtimer.bat script, zach@..., hardware, Microsoft Windows, Microsoft Windows XP, tool, ConTest.Txt Now, PING XXX.XXX.XXX.XXX
- Discussion threads 2006-08-10
- Remote Access
- Remote AccessCurrently, remote access at my company is done by mapping 5 public IP addresses with 5 internal IP address through the firewall. Users beyond the first five, remote into the first five and then remote to thier own pcs. I realize this is clearly not the most...
- Tags: IP, router, MAC, MAC address, windows, vpn, remote, telnet, PC, rmillz, networking, Goto, Microsoft Windows 2003, remote access
- Discussion threads 2006-07-20
- Sarbacane (exe)
- Sarbacane is a simple and effective mass mailer software. It provides efficient, well-crafted, and customized design for all your mass mailing campaigns: canvassing, customer loyalty campaigns, newsletters, and press releases.
- Tags: Software, Goto, Sarbacane, Tools & Techniques, Corporate Communications, Management, Marketing
- Software downloads 2006-07-07
- iNeeda Password & Tracker (exe)
- A full featured Password Tracker and Generator with unlimited Category support, Copy / Paste, Goto Website, Password Generator with Strength Indicator, Encrypted Backup, and Multiple Skin support (4 included). All of your Login IDs, Passwords, and Websites are conveniently stored in one place categorized in groups. Simply select the Website...
- Tags: Password, Goto, Web Site, Web Site Development, Internet
- Software downloads 2006-07-05
- What Ports R used for following programs
- I'm looking to find out what ports the following programs use for streaming. We have voip and people are using these and taking up bandwidth. I would like to close those ports. Thanks in advance! Here are the ones I'm needing to know: musicmatch jukebox, windows media player,...
- Tags: Ports, Goto, natusman03@..., PID, career, software
- Q&A 2006-06-26
- get .bat file to run on XP?
- I have a multi-function batch file that runs fine on Win 2k. However, when I try to run it on XP, the command prompt box quickly opens then closes. I have tried going to the properties for the .bat file and setting compatibility for Win 2000, but this does not...
- Tags: Goto, fitzle@..., windows, Microsoft Windows XP
- Q&A 2006-03-22
- Vade Retro Antispam (EXE)
- Fed-up of unwanted e-mail. Get this advanced inbox filter Vade Retro antispam for Microsoft Outlook and Outlook Express filters up to 99% of spam, scam, phishing, spreading virus and bounce messages. The download of Vade Retro anti-spam toolbar is free and without obligation. The installation only takes a few seconds,...
- Tags: Goto, Microsoft Outlook, Phishing, Tools & Techniques, Groupware, Cyberthreats, Microsoft Office, Viruses And Worms, Office Suites, Software, Security, Spam And Phishing, Management, Enterprise Software
- Software downloads 2005-12-12
- Access - form to sub form automatic entry
- I'm trying to refine my Invoice Tracking program to have to vendor name automaticly entered on the parts sub form. Made a text box on the subform and clicked on the table line in the data box to the vendor table on the sub form. Then tried [Form]![Name...
- Tags: access, automatic entry, form to sub form, Goto, Microsoft Access, ricky4143@..., software, vName
- Discussion threads 2005-12-03
- VBA DATE FORMAT VALIDATION
- I have a macro that has a number of application input boxes requesting a user to key data into specific fields in a workbook. There are about 6 that request dates and I want to validate the format of the date the user is inputting to stop them keying in...
- Tags: ActiveCell.FormulaR1C1, david_j_will@..., NUMBERDATE, NUMBERTEXT, Select NUMBERTEXT, software, VBA
- Q&A 2005-08-01
- Get IT Done: Improve efficiency of administration scripts with programming constructs
- With Windows shell scripting and VBS, you can map network drives, copy files or folders, edit the registry, create shortcuts, and perform a host of other useful network administrative tasks. In my previous articles on scripting concepts, I alluded to some programming constructs that let you extend the functionality of...
- Tags: Allen V. Rouse MCSE, MCDBA, CCNA, Get IT Done, Goto, Microsoft Windows, programming, VBS, Windows Shell
- Technical articles 2003-06-03
- C# is just Java--only a little worse
- C# and Java are both nice languages. They reach similar goals through similar means, although C# adds some syntactical touches to Java, such as the foreach keyword and a more pleasant extends/implements construct. Unfortunately, the improvements are outweighed by the instances of regression. In this article, I'll compare the languages,...
- Tags: Programming languages, .NET, C/C++, Ryan Brase, C#, Java, C++
- Technical articles 2003-04-07
- Build Your Skills: Make batch files more useful with branching and decision-making techniques
- Tips on advanced branching techniques in DOS batch filesFew people would disagree that batch files are a limited type of program. Certainly, batch files will never replace Visual Basic or C++ because of their limitations. However, there are some techniques that you can use to greatly enhance your batch file’s...
- Tags: PRODUCTIVITY, Tools & Techniques, Programming languages, Brien M. Posey MCSE, decision-making, batch file, Goto
- Technical articles 2002-11-27
- DOS lives on
- Reports of the demise of DOS have been greatly exaggerated. DOS can still be a powerful tool for the frontline tech. Learn how the DOS commands SET, GOTO, and IF can help you.In my previous articles, “DOS is *not* dead” and “DOS is *still* not dead, we built up your...
- Tags: PRODUCTIVITY, Development tools, Jason Sullivan MCSE, DOS, Goto
- Technical articles 2000-09-05
- Rate this Site!: The search engine you must GoTo
- GoTo.com has the search engine machine all figured out, keeping it clean and simple and making both users and clients happy. Kelly McKnight reviews their site, and we give you a chance to rate it for yourself.Enterprises are launching "corporate portals," gateway sites that act as entryways to both a...
- Tags: SEARCH, Web technology, Kelly McKnight, Goto, search engine
- Technical articles 2000-03-29
Additional Resources
- how to create a ms dos boot menu?
- does anyone remenber about batch files?how to make a boot menu? i tried this but didn't work. @echo off :begin cls choice in/c:123 pick a nember (1,2, or 3) % 1 if errorlevel=3 goto three if errorlevel=2 goto two if errorlevel=1 goto one goto end :three echo you have pressed...
- Tags: felibertofaria@...
- Discussion threads 2007-06-16
- .vbs script to verify copied directories
- Hi. I'm trying to create a script that can copy a whole directory, verify the copy is a match to the original and delete the source only if verification is ok. If verification fails I don't want anything to happen (maybe delete the created directory or pop up a message...
- Tags: /s /q
- Q&A 2006-08-13
- << Previous
- page 1 of 1
- Next >>