Unix program used via command-line. See touchpad or touchscreen if your question relates to those instead.
0
votes
1answer
13 views
PowerShell touch all files newer than
I have found the following question on ServerFault:
Windows recursive touch command
Which partially answers my question with this answer:
Windows recursive touch command
However, I would like to ...
0
votes
1answer
14 views
Need driver for touch screen
I got a 10 inch touch screen for a Raspberry Pi, but the CD along with the touch controller supported only Win CE, Fedora, Suse, Redhat. I tried Suse and Fedora; the files were in script format, .sh.
...
-3
votes
0answers
16 views
How to detect if user lifts finger in onTouchEvent() [closed]
I used a switch case to print the Touch events. But ACTION_UP doesnt print. why so? Is there any other way to know that user has lifted finger from screen?
1
vote
2answers
61 views
Recursively touching directories' last modified datetime as the same datetime of the last modified file inside
Previously I have ran dos2unix on every *.php file on my server recursively with this command:
find . -name '*.php' -type f -exec dos2unix --keepdate {} +
All files processed by dos2unix had its ...
0
votes
1answer
25 views
I have a 24" iMac, I want to remove the LCD, and make it into a in-desk monitor [closed]
There was a question on this board that asked a general question about making the monitor into an external LCD. I'm not interested in that, I am interested in making it into an LCD built into a desk. ...
1
vote
1answer
26 views
Using extern monitor with multitouch to control pc - which cabel to use? [closed]
I have NEC MultiSync V321 monitor to testing and I want connect it to my notebook. I have hdmi cabel and display is fine but I can't control it. So I am asking if somebody knows that I must do some ...
0
votes
0answers
72 views
Windows 8 Touch Keyboard Issue
Scene: Dual monitor setup, Primary: Cintiq 24HD, Secondary an ASUS ordinary monitor.
Problem:
In windows 8 my touch keyboard comes up on the secondary monitor every time I try to open it. It is very ...
-2
votes
1answer
38 views
iPod Touch 3rd gen [closed]
I'm looking to buy a 3rd gen iPod Touch, largely for the portable music aspect. However, playing games is fun, so I wanted to check how out of date the iOS on the 3rd gen version will be. How far can ...
-1
votes
2answers
768 views
Is there a way to turn a laptop screen into a touch screen for Windows 8
I'm not sure if this is the best place to put this kind of question, but I have to ask...
Has anyone tried to convert their old 14" laptop screen into a touch screen that Windows 8 can use? I'm ...
0
votes
0answers
47 views
Windows 8 Touch Display tool
I installed a Windows 8 machine - and VS2012.
After that I had a tool Icon on the start Screen which launched an application that showed me the touches recognized on my PC. Unfortunaltey I remove that ...
4
votes
1answer
52 views
How to click on small buttons placed close to each other on Windows 8
I am trying to run an old application on Windows 8. It has really small buttons for close and minimize that are placed close to each other, so I keep clicking the wrong buttons.
What utilities/apps ...
1
vote
1answer
264 views
How can I open the Input Panel with my pen/touch?
I've got a tablet PC and I'm used to the "hover up/down a few times" gesture to open up the tablet input panel which acts as an ink input/onscreen keyboard. The gesture doesn't seem to be present in ...
0
votes
1answer
146 views
X230T in tablet mode, select text or scroll??
Sometimes I can just scroll by touching the screen with my finger. But sometimes that feature doesn't work and I can select text with my finger instead of scrolling. How do I switch between these ...
0
votes
0answers
52 views
Windows 8 Overrides touch events in browser?
I was playing with a website I like in windows 8 using IE10 in "Metro Mode" (Full Screen) and when I went to do a side swipe to interact with an element in a browser, it sent me to the next app (Which ...
0
votes
1answer
129 views
How to get rid of touch and hold feedback circle on Samsung Tablet
I've got a multitouch app running in the web browser on a windows 7 tablet. Part of it's functionality requires touch and hold (single touch). The app already has it's own feedback indicator for this ...
2
votes
1answer
682 views
How to add drivers for Touch Monitor (Acer t231hb) and MK802
I am the owner of an Acer T231 touch-capable monitor and a MK802 (mini Android PC). Does anyone know how to get the touch device to work? Are drivers needed for Android?
3
votes
1answer
327 views
Uploading my ITunes music that I saved on a flash drive to ITunes on my new computer then downloading it to my Ipod Touch
I had an old computer with Windows XP. I transferred all my music, at least I hoped I had to a flash drive. Also, my computer kept giving me error messages that it could no longer sync to my Ipod ...
1
vote
0answers
76 views
Is there a way to use ZoomIt / Magnifier for Touch Devices?
I have Windows 7 on my Tablet, and hitting the right buttons is a pain.
Anyhow, I thought about using something like ZoomIt, but it is Keyboard-Controlled. Is there some way to make it work with ...
3
votes
1answer
481 views
How do I recursively touch files matching a pattern
Within my ~/docs directory, I want to "touch" all files ending with .txt
How can I do this?
2
votes
2answers
540 views
How can I “touch” a file from the Mac UI?
I've encountered a situation where a Mac user needs to update the modified time of a file. If I was doing this, I'd just open up Terminal, cd to the file, and use the touch command. However, the ...
0
votes
1answer
724 views
Restarting a Rails Server
What exactly does this command do, in regards to running a Rails server?
~$ sudo touch restart.txt
I thought it restarts the Rails server, but it happens so fast when I run it, that I can hardly ...
3
votes
2answers
452 views
Touch Change Access, Modify AND Change
I know you can use "touch" to change the access and modify timestamps of a file using the "-t" flag but is it possible to change the "change" timestamp. If so how would I go about doing this? Thanks ...
0
votes
2answers
2k views
How do I add permissions to my tomcat.sh?
I have created a tomcat.sh file so that I can start and stop tomcat via the terminal. I placed the file inside the /bin folder and performed chmod u+x on it to make it executable.
But then when I ...
2
votes
2answers
148 views
Debian - LAMP Install
I am installing a LAMP install on Debian GNU/Linux and have been asked to enter the following command
sudo touch /var/www/info.php
I was just wondering if anyone could explain what it does.
...
0
votes
1answer
720 views
rsync directory complete but some files md5sum is different
I'm using rsync to copy a directory from host A to host B. After the rsync is completed successfully, I check the files with the directory and find that some files' md5sum is different but the ...
2
votes
2answers
813 views
How can I change the creation time of all a folder's files to the current time?
Under a Linux shell, how can I change the creation time of all a folder's files to the current time?
0
votes
2answers
531 views
Recursive touch command on BusyBox 1.01
I'm trying to write a bash script that will run on my QNap NAS to touch a directory recursively. I have this:
find $1 -exec touch {} +
However, find that comes with BusyBox 1.01 doesn't support the ...
7
votes
7answers
7k views
Windows recursive touch command
In Windows 7, how can I recursively touch all files in a directory (including subdirectories) in order to update the date/time stamp?
Does Windows 7 have a mechanism to accomplish this?
1
vote
3answers
941 views
Linux weird problem touch : command not found?
I occurred a really weired problem, which is touch : command not found.
I was going to create a blank file, so I type the touch command which didn't work.
I'm running centOS 5.
Any ideas?
BTW: the ...
4
votes
1answer
4k views
Setting file creation date in Mac OS X
I need a script to set the creation date to the modification date for a bunch of files created by my sound recorder - any way to do this? Running Mac OS X 10.4.11
12
votes
9answers
14k views
Windows equivalent of the Linux command 'touch'?
What do you use when you want to update the date-modified field of a file on Windows?
commands accessible via C++, .NET, C#, or something native to Windows (Vista preferably)
tools/applications ...
