Summary: He asked to remove icons, not files, but he may have meant both. It really depends on what you are trying to do. klint's suggestion of just deleting a...
Summary: Hi all, Is there anyone that knows a batch file or script that I could run to remove a print driver from a group of PCs. The driver path is: C:\WIN...
Summary: remove just removes a single file. Try the command help(os). It gives you help on all the functions in that module. You may find listdir or removedirs...
Summary: I'm working on a batch file to pull a couple of software deployments, install service packs and then follow up with removing default desktop icons and...
Summary: ok so i want to echo a line of text then have a pause after it @echo off line of text pause to view what the line of text says this is meant to act as...
Summary: Hi, I am trying to rename a complete directory of files to remove the first three characters. All the filenames have spaces throughout them and t...
Summary: I've made a win32 application using c++ 6.0. I use dialog resources in this application and it all works just fine, but... i want to use a bitmap gra...
Summary: i guess u r writing a code in VB or VC++ to devlop a scrnsaver.... if so after a exe file is created rename it to a scr file eg A.exe to A.scr now ri...
Summary: Sorry about the awful code - it's from among my earliest attempts in C. I've just removed a couple of obvious stupidities but there are probably other...
Summary: "What code do you want to see? The script? the entire head.incl file? " I do not know the method you are using to join the header and HTML file. That...
Summary: Hi I am trying to write a batch file for removing a virus. I need it to work on all op. sys. I have used taskkill /im to kill the processes but this d...
Summary: Mesich- What a mystery! Very interesting thread. As you probably already know, the difference is not in the code. It looks like the web server on y...
Summary: Okay, I think I get what you're asking now. You've taken out the loop now...I don't know why you did that, but we'll put it back in. I don't have ti...
Summary: Just for kicks and giggles, and perhaps others: ===================================================== C:\>COPY /? Copies one or more files to another ...
Summary: If I want to migrate a 32 bit application to a 64 bit os, what all would i check for. How would i remove a semaphore / shared memory whose owner proce...
Summary: Thanks for everybodies replies so far, it's given me a lot of info and choices on how I should proceed. I had more text in this post aimed at all the...
Summary: hi. first of all I'll say I'm completely ignorant at programming and stuff.. but I'm trying to do a tiny batch file to help me with my music collectio...
Summary: Bundle of thanks StuartS for your guidence.Now i can save my file in plain text file & it is working fine. Can u please tell me about rtf Format.W...
Summary: Is it possible for one of you talented guys to write a program that would remove a user defined listing from IE browser History Files(and not the enti...
Summary: You go to the menu at the top of Visual Basic's IDE and click on FILE. Then move the mouse down until you see MAKE Project.exe (project will be the n...
Summary: You want to use ODBC Data Sources? Well, if you are going to create a setup package for a system that may or may not have the database and/or the ODBC...
Summary: OK,, here is my guess: -The header includes are present. -The program is compiled. -The program is linked. -The program is run (successfully). -The he...
Summary: Ok, I just downloaded this article and it is in pdf format, and i dont have acrobat, so it may look a bit weird to you, and thats why... plus, just le...
Summary: Can anyone help me with some real basic VB code... I've always made macros by recording them in the past (e.g. in Word) but Microsoft Outlook requires...
Summary: I am a starter to JAVA.. I have created a Java Application.. When i want to run the application i have to go to the jdk command prompt and type in ja...