Wondering if there is some trick to scheduling a batch file to run in Vista.
I have tried almost every setting/arg I can think of with no result other than an error, or the command window opening then instantly closing without executing the code.
The batch files works fine when I double click to run.
I have a Lenovo ThinkPad laptop and running Windows Vista. Previously I could send and receive files between my phone and my laptop but now it won't work. Every time I select a file, right-click and select "Send to", and select "Bluetooth devices", the box appears but there's nothing there. Even if I turn my laptop's Bluetooth on, my phone can't find it and vice versa.
What could be the problem and how can I fix this?
Is there an application or plug-in that allows viewing .eml E-Mail dumps (that may contain HTML and attachments) in Windows 7's preview pane?
I'm aware of the possibility of adding the file type in the registry but that will give only a plain-text view of the files, not a parsed view.
HTML viewing is a must for what I need, attachments are optional.
Is there some top-notch E-Mail client that introduces this functionality?
Is there a generic way of doing this?
I have a lot of duplicate image files on my Windows computer, in different subfolders and with different filenames.
What Python script or freeware program would you recommend for removing the duplictes?
(I've read this similar question, but the poster there is asking about visual duplicates with differing filesizes. Mine are exact duplicates with different filenames.)
I'd like to be able to examine the contents of a JAR file without having to install Winzip or some other tool and without having to rename the file. Windows Explorer can open ZIP files just fine; is there some registry setting I can use to let it treat JARs like ZIPs?
Hi,
We're on freebsd 8, and i created a zpool of 3 drives.
# zpool create mypool da1 da2 da3
Now my question is, can i begin saving files to this?.. we´re talking 1TB of pictures (photography).
Or is it required and or safest to create a zfs on it first.
I use Transmission on Mac for handling my torrents. I just reformatted and reinstalled Transmission. How do I go about letting Transmission know that the .torrent files I have, are already downloaded and to start seeding without starting downloading again?
I need to render SVG files to other file formats (.png, for example.) What's a good application for performing that render or conversion?
Specifically, I need an application that runs on Windows.
I'd welcome suggestions for other platforms, as well.
Hi
My first question is how to split two files like
big.zip.1
big.zip.2
then, my second is how to merge them like windows
in windows, i can use copy /b
in linux,
cat big.zip.1 big.zip
cat big.zip.2 big.zip
?
I have a set of CSV files with about a 100k records in them. The records need to be visualized in an x-y diagram. Because of the huge amount of data, Excel is not gonna cut it.
Specifically, I'm looking for:
Seamless zooming in and out of the data
Navigation on both axis
A "trace mode" where I can trace
the line with the cursor and the
value under the cursor is
displayed as text.
Does anyone know a tool capable of this?
Is there any application that can rename lots of files which have the same name in them with different numbers.
For example. I want to rename, File 01.avi and File 02.avi up to File 100.avi. Into 01.avi, 02.avi.
How do I do that?In windows or ubuntu
I have a collection of ripped CDs that were transcoded to a very low bitrate. (and I lost the original MP3s)
I'd like to re-rip the CDs to a higher bitrate, and apply the ID3 tags from the existing rips to the new files. (These are custom tags; they will not be found in online databases)
Is there any way to automatically copy ID3 tags by length and track number, or do I need to write one myself?
Hi all,
Anyone an idea how to open msg files on Windows 7 when there is not Outlook installed?
Windows Mail does not do the trick, and most software I find on the web costs money. Are
there maybe any free tools? Is there a possibiblity to get outlook express for Windows 7?
Many thanks
I'd like to use get-childitem recursively, but only have it return files not directories. The best solution I have just doesn't seem natural:
gci . *.* -rec | where { $_.GetType().Name -eq "FileInfo" }
I would like to create a cron job that uploads files from a directory on my computer to my FTP server. I would like it to do it daily at midnight. I know pretty much nothing about cron, so I apologize if I sound stupid!
I am trying to reproduce the file structure of my VPS on my mac locally, so that it's easier for me to test websites in a local development environment
to do this I would need have a /home folder at the root level of the hard drive
using panic transmit I can see that there is already a volume called home at the root level
can I store other files and folders in here to set up my local web server?
sorry if this is a dumb question folks
I try command
rsync -v --include-from=/path/to/list.lst /home/user /path/to/backup
list.lst contains for example
.gnupg/
.pki/
.gnome2/keyrings/
.mozilla/firefox/*.default/bookmarkbackups/
.mozilla/firefox/*.default/bookmarks.html
.mozilla/firefox/.default/.db
.mozilla/firefox/.default/.sqlite
and i get error on all strings with * "failed: No such file or directory"
When i use --files-from for this, i get error too.
Can anybody help me use wildcards for this?
As it is told in git-config manual, I have three files to specify git repo configuration: $GIT_DIR/config, ~/.gitconfig and $(prefix)/etc/gitconfig. Is it possible to make git read another config file (for example .gitconfig in root of the repo) after reading $GIT_DIR/config?
I want it as I created git command aliases in .git/config and I would prefer to store them in repo, so I can restore them when cloning and for example.
I've got some avi files that WMP will play the audio for but not the video. Why doesn't WMP download the codecs it needs? Or is the solution to download a codec pack and install that manually?
In "Options Player" the "Download codecs automatically" option is checked.
I've installed VLC so I can watch them, which I'm quite happy about so I don't need a recommendation for a new player.
A little while ago I discovered that on Ubuntu linux one can display or conceal hidden files on demand at run-time by pressing [Ctrl-H]. This is really handy. Is there anyway this can be had on windows?
I'm guessing Windows Explorer is not amenable to this, so I'm open to 3rd party file managers provided they're open source, freeware, or cheap (in order of preference).
thanks
This question is a logical continuation of http://serverfault.com/questions/45245/how-can-i-delete-all-files-from-a-directory-when-it-reports-argument-list-too-lo
I have
drwxr-xr-x 2 doreshkin doreshkin 198291456 Apr 6 21:35 session_data
I tried
find session_data -type f -delete
find session_data -type f | xargs rm -f
find session_data -maxdepth 1 -type f -print0 | xargs -r0 rm -f
The result is the same:
find: memory exhausted
What can I do to remove this directory?
I have a big rar archive which is split into 700mb parts. I only have part 5 and 6 and there is a 40mb file in there that I wanna extract using Winrar. I know the whole file is stored in part 5 because when I open part 5, that file gets listed (and many other files). But I can't extract any of them, cause it asks for previous archive parts which I'm sure it really doesn't need.
Is there a way to do that?