Summary: Hi I've got the following script that works if I run it but not if any ther user does. It's used just to create a folder convert some files and switch...
Summary: WindowsXP-KB933360-x86-ENU.exe /quiet seems to work for me, but I already have this patch and its successor, so nothing would actually install. Still,...
Summary: It works for me, but only if I include a flush... otherwise all the text winds up being the color of the last function call. So you'd have something ...
Summary: Thanks all. Wierdly enough, Activesheet.PasteSpecial worked for me but activesheet.paste gave me nothing. Activesheet.PasteSpecial just pastes the va...
Summary: thanks for the tips guys i notice that when i try to create "%date%" it creates a folder with the name of the data until the first slash. then it crea...
Summary: jhhoward: Ok, it works for me, but try what IVO wrote instead and see if that works.. That would be: Set FileDate=%date:/=% ren x:\test\hello.txt hell...
Summary: I really don't understand what is going on... and this is pretty basic stuff. I have two files. First file has a variable set like so: $myvar = "Some ...
Summary: Hello every1!! :D OK...I just need a WORKING, FREE, and COMMAND-LINE Batch compiler... I tried these: BAT2EXE - gets stuck in most commands Batch File...
Summary: We have a user database for our employees, and I recently added a snippet of code to one of the form fields so that duplicate usernames could net be c...
Summary: Hi, thanks so much for all your help, but...have another question, this works great with equ or neq, but i need to combine so that if it is there it w...
Summary: what compiler do you use? b/c when i used MS Visual Studio 6.0 when i compiled it it would do like a double stop at the end. like you would have to pr...
Summary: Please Help!!!!!! I am learning how to build a php driven login system for a web site but to test it i needed to build a small database in Sql and i n...
Summary: If you are interested in Servlets/JSP's (not EJB's), then get: 1) A copy of the Java SDK for Win (1.3.x current, 1.4 in beta? I think). (Download from...
Summary: Swapnil, You will make a good programmer as long as you keep trying and never give up until the task is complete. The moment you give up, is when you ...
Summary: Well this code accomplishes a bit more as I just stated.. but as in the original question, for my example I needed a ' mark added in columns 1 and 3 b...
Summary: Oh, never mind. I just figured out how to do it without hacking anything. I was searching for more solutions and came across a blog about ipexpress.ex...
Summary: I have been reading all the posts and tips here about replacing text in files. However, neither of them works for me. I have a regfile containg a lot ...
Summary: I have been looking through the forums and have found some scripts, but they are not working for me. Symantec has a folder on their FTP site that has ...
Summary: I tried that last bit of code, line for line, but it seems there is something about the :SCAN section that doesn't want to work for me. Everything el...
Summary: Well I've got config files for some network management tool only after a server restart the port nr of the server changes so my monitoring tool get's ...
Summary: That was almost perfect but here is the end result once i fooled around with it to work for me set /p a=%a% if %a% equ y ( goto :Z ) else ( goto :X )...
Summary: Can someone please make a simple .exe program for me? All i need it to do is: delete C:\sierra\redbaron3d\data\rbprefs.dat then load C:\sierra\redba...
Summary: Okay there is a working version at http://www.sharingds.org/slides_test.html. My mistake on the previous post, it should have been if ((h+1)%linksperl...
Summary: How about this? Always run the onUnLoad function, but in it check the state of the checkbox and if it's checked, run your funciton. If not, don't do a...