Summary: I receive files containing vaiable length records on a daily basis which need to be reformatted to a specific length. Is there a way to concatenate t...
Summary: Hi to set the the variables in vista: Control panel(classic view)--> system --> click on "Advanced system settings" in the left tasks, Envirnoment Var...
Summary: hi all, i have made a batch file which is working perfectly now.. but i don't know how to set ERROR CONTROL in this batch file can any one suggest me ...
Summary: In lack of something better you could try a expedient like this (I suppose your need is not to professional ends). @echo off setlocal enabledelayedexp...
Summary: I am trying to set up the online payment. I cannot do so successfully. I have tried just entering in the what you recommended under Form Construction...
Summary: Hi, I'm just curious on how to set the priority of programs being loaded using a script. Example1: SecondsToDelay = "0" ProgramToRun = "C:\file" Wscri...
Summary: Hi, When you assign a string variable in javascript..If you name it the same as a textfield variable or as a database fieldname(or variable). Will ...
Summary: I've created an instance of InternetExplorer.Application in VBA and now want to follow some link on the page I've loaded or at least to set the hyperl...
Summary: Hi I had write a batch file coding to ask user to enter y or n to quit the batch program. Is there any way to set the default choice to y means after ...
Summary: Hi, I'd like to know if there's a variable in batch that sets the running bat. In other languages you have that. In perl for example: usage: $0 list.t...
Summary: Located this on one of the posts: ::== :: gets lines into vars c1 v2 v... @echo off setLocal EnableDelayedExpansion for /f "tokens=* delims= " %%a in ...
Summary: I was wondering if someone would be able to help me out with this . I fill my PHP form(1) and click Submit, pass all variables to the second php scrip...
Summary: Hi all, I'm new here and I really hope you guys can help me with this. I want to add the current path variable to a registry key but it won't be added...
Summary: Here's an overview of what I'm trying to do: We have a number of employees that are running Office XP, Office 2003, Office 2007, plus Visio and Projec...
Summary: thanks very much for this m2! will try it shortly. i can figure out the basics of what you're doing here but, if it's not too much trouble, would you...
Summary: Is there a way to set system environment variables in vb. I see the class environ to view them, but what if I want to set them? thanks, Alex ...
Summary: Hi I recently found a set of scripts that lets your u3 flashdrive send an email if it is stolen. It consists of a batch file that autoruns from the fl...
Summary: Hi, I was wondering if it's possible to set a variable like this; char a[20]; char b[20] = "Whatever"; a = ("%s", b); just like the way printf works. ...
Summary: About Time and Date commands there is no need to code anything as you can directly access the system variables (to be not modified!) %time% and %date%...
Summary: I have a bat file that asks for user id and password then executes FTP reading the values in a text file. How do you pass the id and password variabl...
Summary: Hello all, Can someone help me read the first line of output from findstr to a variable? This is what i have so far: for /f "tokens=1 delims=" %%a in ...
Summary: Hi gman8 Change "set Num=%%a & set Num & exit /b" to "set Num=%%a & & exit /b" if you dont the variable Num displayed on screen. Below is all one lin...
Summary: Hello! CD (or ChDir) fails in my batch files when used with variables. I want my batch files to use variables to navigate the directory structure rela...
Summary: Hey, I'm relatively new to batch file programing and I am tearing my hair out over this. I want to be able to set the results of a command as a variab...