Summary: I have this little script which has a settings file so the batch doesn't have to be edited. echo Drag and drop settings file onto this window then hit...
Summary: Hello. I've managed to get my homepage movie to play in Safari and Firefox but it will not play at all in Internet Explorer. All I get is a white bo...
Summary: We have a batch file that outputs MAC addresses without any colons or dashes. I'm trying to write a small script that will simply add dashes for ever...
Summary: ""Gah, anyone know of how to do clearscreen for the console in C++? In Codewarrior's reference, the clrscr(); function is in console.h, but I don't ha...
Summary: I want to count in for loop but did not work. here is my code. set count= for /f "tokens=*" %%s in (external_ip.dat) do ( set /a COUNT+=1 ech...
Summary: I can't get clrscr() to work in my program. I even tried the alternative system("clr"), but that didn't work either. I included conio.h and I initiali...
Summary: I am trying to use a batch file to check a file size. I have found if %~z1 GTR 5000 pause But I can't get it to work in my context. I create a file \f...
Summary: I work at www.pcmall.com as a junior developer....learning ASP but haven't learned JS yet. Specifically, I'm looking for a script that is Netscape com...
Summary: Hello Everyone, I am so frustrated with this project! I tried all sorts of stuff (i.e. changing the project references/properties/components etc) but ...
Summary: shell gurus, can you help me with this *stupid*(sorry been at it for too long) problem. I'm a complete shell script newbie :) ~school assignment as us...
Summary: I'll be honest, you are having trouble becuase I was still in the mind frame of writing VBS. But even if I use Set properly I can't get it to seem to...
Summary: Hi, I'm trying to write a batch file that asks for a number and then uses an external program (which inserts a delay into the file) to delay for that ...
Summary: I find it interesting that it's taken MS 20+ years to design a shell that mimics the Unix shell (including making aliases for their VB commands to mat...
Summary: Holla gave my friend Markey the following code a few days ago: setLocal EnableDelayedExpansion for /f %%b in (computer-names-list.txt) do ( net use t:...
Summary: 1. If the webserver is running on Linux/Unix make sure your first (#!) line is pointing to the location where Perl is installed! 2. Upload it to the s...
Summary: Hey, I'm new to robocopy and I can't get this to work. I'm on a network with about 50 computers (the network is all windows 2000 with windows 2000 ser...
Summary: I'm trying to convert a 32 byte wide, base 255 number to base 256. That is a "number" stored in: char num[32]; but with no byte containing the number...
Summary: Hello.. I have this assignment for Intro to C Programming class, and I ran into a couple of problems, and I was wondering if anyone could help me. I h...
Summary: hi, i need to set up permissions for a folder under XP whereby: - users cannot see their contents (or tamper with them), BUT - the program inside that...
Summary: Hi, I need some help writing a small perl program. It's going to be run as a cron job and I want it to connect to a website and download a specific w...
Summary: Hello i was busy with creating a batch file with a script to replace empty spaces in file names for a - but the script works fine in the map itself bu...
Summary: Hi, I have been trying for several days to write a batch File which will simply start a particular progarm depending if the time of day is either befo...
Summary: If a single period (.) character in for loop batch file means it will just enumerate the directory tree. So what if I just want it to go into 1 subfol...
Summary: I'm trying to make a batch file to decode several audio files to wav by typing: decode file or decode "file" The problem I'm having is detecting the f...
Summary: I have a batch process that was working great for 6 months. recently I received a new FTP account and ever since the bat has had problems... here is t...