Summary: My question is this: Does anyone know of an easy way in AppleScript to add a folder to the Dock for a user? I'm working on trying to add some aliases ...
Summary: I don't think that you can just add a jpg to your pdf. You need to go back to your original before you made the pdf and add it there and then make th...
Summary: I have a large amount of folders with many files in each one and I want to to be able to rename all of the files in the sub folders to the name of the...
Summary: I was wondering how to make and rename a folder in batch. I want it to make a folder on the desktop called folder1, and then rename it to folder2, and...
Summary: the only thing that is not working is the transfer of a folder using command FTP the batch works fine its just i want to transfer the output folder to...
Summary: If you want to add a field to the database table? You need to use an ADODB.Connection object and the SQL command ALTER TABLE Like this: Dim ConnString...
Summary: Help Anybody???? I want to open a new E-Mail message and attach a file to it. I use the following command to open a new message.... (ShellExecute hwn...
Summary: Or you could just add the partitons as a folder to the C:\ drive and be done with it that way. You take a drive that has a letter and attach it to any...
Summary: Hi, I was wondering if some one could help me out on something, I have a php signup script on my website that uses mysql database, it script works wel...
Summary: A thought occurs... Is there a function that allows one to create shortcuts? If so, I could add a shortcut to the program to the Start Menu\Startup f...
Summary: if anyone can help to solve this script thanks koala75 @echo off ECHO *** start *** echo. rem copy files from share to local drive rem net use x: \\...
Summary: I have a batch file that FTPs a text file from a server to the user's PC. However sometimes the file is needed to be FTPed more than once a day. When ...
Summary: I have a batch file that FTPs a text file from a server to the user's PC. However sometimes the file is needed to be FTPed more than once a day. When ...
Summary: Klint, I am extracting the timestamp value from the file name , all the files which i receive will have a valid date time , which starts with 200, so ...
Summary: hi, I need to create a folder with the following format: Foldername:[VariableName]_[Timestamp]. I am providing the variable name as a parameter. Can u...
Summary: Thanks for reply IVO !!! sorry but again does not work... if I add the ^ : "for %%a in ('pkunzip -c c:\test\%file%^|ssed -n "s/.*\(....*\)..*\(%var%\)...
Summary: Hi all, I am posting here a bat that consider can be usefull to others as it is to me.It is a kind of simple explorer/file-manager. I like it because ...
Summary: Do you mean on your machine, how do you add a program to the lists, or how do you make a program you're writing automatically add itself (or another p...
Summary: "I've tried making the controls static" Controls are almost never static... Controls are objects that belong to a form, and typically they will need a...
Summary: Hello all, I am doing this project in Java where I am to have three balls bouncing around in an Applet hitting off each other and off the walls. I de...
Summary: Hi, Does anyone know if I can return a pointer to a two dimensional vector from a class method and be able to iterate through it? Basically, I have co...
Summary: You are confusing/misusing -L and -l (that's a small L) -L adds a directory to the list of directories that the linker will search for the required li...
Summary: I'm writing MFC DLL (VC++ 6.0): 1) during development phase how to test the DLL. 2)How to use it with Visual Basic 6.0 application.(when adding refr...
Summary: Okay, what are you using? X, console? If you want a message to appear when a bash shell starts, add a line to the user's ~/.profile. If you want a m...